#b3030d color space conversions
Hex:
        #b3030d
        RGB:
        179, 3, 13
        CMY:
        30, 99, 95
        CMYK:
        0, 98, 93, 30
      HSL:
        357°, 96.7033%, 35.6863%
        HSV (HSB):
        357°, 98.3240%, 70.1961%
        XYZ:
        18.6956, 9.6779, 1.2634
        xyY:
        0.6308, 0.3265, 9.6779
      CIE-Lab:
        37.2580, 61.2236, 46.5456
        CIE-LCH:
        37.2580, 76.9079, 37.2441
        CIE-Luv:
        37.2580, 120.2225, 24.7947
        Hunter-Lab:
        31.1093, 52.8310, 19.3686
      #b3030d color charts
#b3030d RGB chart
      #b3030d CMYK chart
      #b3030d RGB pie chart
      #b3030d color shades, tints & tones
#b3030d color schemes
#b3030d color preview, HTML & CSS examples
           This text has a color of #b3030d        
        
          <p style="color:#b3030d;">Text here</p>
        
        
          .mytext {color:#b3030d;}
        
        Text color #b3030d
      
           This box has a color of #b3030d        
        
          <div style="background-color:#b3030d;">Content here</div>
        
        
          .mybackground {background-color:#b3030d;}
        
        Background color #b3030d
      
           Border around this has a color of #b3030d        
        
          <div style="border:2px solid #b3030d;">Content here</div>
        
        
          .myborder {border:2px solid #b3030d;}
        
        Border color #b3030d