#b9000d color space conversions
Hex:
        #b9000d
        RGB:
        185, 0, 13
        CMY:
        27, 100, 95
        CMYK:
        0, 100, 93, 27
      HSL:
        356°, 100.0000%, 36.2745%
        HSV (HSB):
        356°, 100.0000%, 72.5490%
        XYZ:
        20.0802, 10.3433, 1.3189
        xyY:
        0.6326, 0.3259, 10.3433
      CIE-Lab:
        38.4517, 63.0865, 47.9506
        CIE-LCH:
        38.4517, 79.2412, 37.2376
        CIE-Luv:
        38.4517, 125.1740, 25.5821
        Hunter-Lab:
        32.1611, 55.1672, 20.0813
      #b9000d color charts
#b9000d RGB chart
      #b9000d CMYK chart
      #b9000d RGB pie chart
      #b9000d color shades, tints & tones
#b9000d color schemes
#b9000d color preview, HTML & CSS examples
           This text has a color of #b9000d        
        
          <p style="color:#b9000d;">Text here</p>
        
        
          .mytext {color:#b9000d;}
        
        Text color #b9000d
      
           This box has a color of #b9000d        
        
          <div style="background-color:#b9000d;">Content here</div>
        
        
          .mybackground {background-color:#b9000d;}
        
        Background color #b9000d
      
           Border around this has a color of #b9000d        
        
          <div style="border:2px solid #b9000d;">Content here</div>
        
        
          .myborder {border:2px solid #b9000d;}
        
        Border color #b9000d