#b02a03 color space conversions
Hex:
        #b02a03
        RGB:
        176, 42, 3
        CMY:
        31, 84, 99
        CMYK:
        0, 76, 98, 31
      HSL:
        14°, 96.6480%, 35.0980%
        HSV (HSB):
        14°, 98.2955%, 69.0196%
        XYZ:
        18.7489, 10.8926, 1.2005
        xyY:
        0.6079, 0.3532, 10.8926
      CIE-Lab:
        39.3990, 52.2711, 51.0020
        CIE-LCH:
        39.3990, 73.0306, 44.2959
        CIE-Luv:
        39.3990, 105.4736, 30.4572
        Hunter-Lab:
        33.0040, 43.6454, 20.9462
      #b02a03 color charts
#b02a03 RGB chart
      #b02a03 CMYK chart
      #b02a03 RGB pie chart
      #b02a03 color shades, tints & tones
#b02a03 color schemes
#b02a03 color preview, HTML & CSS examples
           This text has a color of #b02a03        
        
          <p style="color:#b02a03;">Text here</p>
        
        
          .mytext {color:#b02a03;}
        
        Text color #b02a03
      
           This box has a color of #b02a03        
        
          <div style="background-color:#b02a03;">Content here</div>
        
        
          .mybackground {background-color:#b02a03;}
        
        Background color #b02a03
      
           Border around this has a color of #b02a03        
        
          <div style="border:2px solid #b02a03;">Content here</div>
        
        
          .myborder {border:2px solid #b02a03;}
        
        Border color #b02a03