#b0500a color space conversions
Hex:
        #b0500a
        RGB:
        176, 80, 10
        CMY:
        31, 69, 96
        CMYK:
        0, 55, 94, 31
      HSL:
        25°, 89.2473%, 36.4706%
        HSV (HSB):
        25°, 94.3182%, 69.0196%
        XYZ:
        20.8279, 14.9893, 2.0826
        xyY:
        0.5496, 0.3955, 14.9893
      CIE-Lab:
        45.6196, 35.8418, 52.7537
        CIE-LCH:
        45.6196, 63.7777, 55.8071
        CIE-Luv:
        45.6196, 78.8008, 39.8390
        Hunter-Lab:
        38.7161, 28.2739, 23.9119
      #b0500a color charts
#b0500a RGB chart
      #b0500a CMYK chart
      #b0500a RGB pie chart
      #b0500a color shades, tints & tones
#b0500a color schemes
#b0500a color preview, HTML & CSS examples
           This text has a color of #b0500a        
        
          <p style="color:#b0500a;">Text here</p>
        
        
          .mytext {color:#b0500a;}
        
        Text color #b0500a
      
           This box has a color of #b0500a        
        
          <div style="background-color:#b0500a;">Content here</div>
        
        
          .mybackground {background-color:#b0500a;}
        
        Background color #b0500a
      
           Border around this has a color of #b0500a        
        
          <div style="border:2px solid #b0500a;">Content here</div>
        
        
          .myborder {border:2px solid #b0500a;}
        
        Border color #b0500a