#b00a0a color space conversions
Hex:
        #b00a0a
        RGB:
        176, 10, 10
        CMY:
        31, 96, 96
        CMYK:
        0, 94, 94, 31
      HSL:
        0°, 89.2473%, 36.4706%
        HSV (HSB):
        0°, 94.3182%, 69.0196%
        XYZ:
        18.0678, 9.4691, 1.1626
        xyY:
        0.6296, 0.3299, 9.4691
      CIE-Lab:
        36.8722, 59.5945, 47.1184
        CIE-LCH:
        36.8722, 75.9714, 38.3317
        CIE-Luv:
        36.8722, 116.9287, 25.2157
        Hunter-Lab:
        30.7719, 50.9560, 19.3003
      #b00a0a color charts
#b00a0a RGB chart
      #b00a0a CMYK chart
      #b00a0a RGB pie chart
      #b00a0a color shades, tints & tones
#b00a0a color schemes
#b00a0a color preview, HTML & CSS examples
           This text has a color of #b00a0a        
        
          <p style="color:#b00a0a;">Text here</p>
        
        
          .mytext {color:#b00a0a;}
        
        Text color #b00a0a
      
           This box has a color of #b00a0a        
        
          <div style="background-color:#b00a0a;">Content here</div>
        
        
          .mybackground {background-color:#b00a0a;}
        
        Background color #b00a0a
      
           Border around this has a color of #b00a0a        
        
          <div style="border:2px solid #b00a0a;">Content here</div>
        
        
          .myborder {border:2px solid #b00a0a;}
        
        Border color #b00a0a