#b03f04 color space conversions
Hex:
        #b03f04
        RGB:
        176, 63, 4
        CMY:
        31, 75, 98
        CMYK:
        0, 64, 98, 31
      HSL:
        21°, 95.5556%, 35.2941%
        HSV (HSB):
        21°, 97.7273%, 69.0196%
        XYZ:
        19.7039, 12.7939, 1.5458
        xyY:
        0.5788, 0.3758, 12.7939
      CIE-Lab:
        42.4510, 43.9762, 52.3497
        CIE-LCH:
        42.4510, 68.3695, 49.9682
        CIE-Luv:
        42.4510, 91.9549, 35.3892
        Hunter-Lab:
        35.7685, 35.7359, 22.4756
      #b03f04 color charts
#b03f04 RGB chart
      #b03f04 CMYK chart
      #b03f04 RGB pie chart
      #b03f04 color shades, tints & tones
#b03f04 color schemes
#b03f04 color preview, HTML & CSS examples
           This text has a color of #b03f04        
        
          <p style="color:#b03f04;">Text here</p>
        
        
          .mytext {color:#b03f04;}
        
        Text color #b03f04
      
           This box has a color of #b03f04        
        
          <div style="background-color:#b03f04;">Content here</div>
        
        
          .mybackground {background-color:#b03f04;}
        
        Background color #b03f04
      
           Border around this has a color of #b03f04        
        
          <div style="border:2px solid #b03f04;">Content here</div>
        
        
          .myborder {border:2px solid #b03f04;}
        
        Border color #b03f04