#b6000b color space conversions
Hex:
        #b6000b
        RGB:
        182, 0, 11
        CMY:
        29, 100, 96
        CMYK:
        0, 100, 94, 29
      HSL:
        356°, 100.0000%, 35.6863%
        HSV (HSB):
        356°, 100.0000%, 71.3725%
        XYZ:
        19.3518, 9.9692, 1.2209
        xyY:
        0.6336, 0.3264, 9.9692
      CIE-Lab:
        37.7872, 62.3057, 47.9716
        CIE-LCH:
        37.7872, 78.6338, 37.5941
        CIE-Luv:
        37.7872, 123.1814, 25.3662
        Hunter-Lab:
        31.5741, 54.1482, 19.8092
      #b6000b color charts
#b6000b RGB chart
      #b6000b CMYK chart
      #b6000b RGB pie chart
      #b6000b color shades, tints & tones
#b6000b color schemes
#b6000b color preview, HTML & CSS examples
           This text has a color of #b6000b        
        
          <p style="color:#b6000b;">Text here</p>
        
        
          .mytext {color:#b6000b;}
        
        Text color #b6000b
      
           This box has a color of #b6000b        
        
          <div style="background-color:#b6000b;">Content here</div>
        
        
          .mybackground {background-color:#b6000b;}
        
        Background color #b6000b
      
           Border around this has a color of #b6000b        
        
          <div style="border:2px solid #b6000b;">Content here</div>
        
        
          .myborder {border:2px solid #b6000b;}
        
        Border color #b6000b