#b8100b color space conversions
Hex:
        #b8100b
        RGB:
        184, 16, 11
        CMY:
        28, 94, 96
        CMYK:
        0, 91, 94, 28
      HSL:
        2°, 88.7179%, 38.2353%
        HSV (HSB):
        2°, 94.0217%, 72.1569%
        XYZ:
        20.0129, 10.5851, 1.3049
        xyY:
        0.6273, 0.3318, 10.5851
      CIE-Lab:
        38.8727, 60.9387, 48.8389
        CIE-LCH:
        38.8727, 78.0945, 38.7102
        CIE-Luv:
        38.8727, 121.4386, 26.8263
        Hunter-Lab:
        32.5347, 52.8636, 20.3962
      #b8100b color charts
#b8100b RGB chart
      #b8100b CMYK chart
      #b8100b RGB pie chart
      #b8100b color shades, tints & tones
#b8100b color schemes
#b8100b color preview, HTML & CSS examples
           This text has a color of #b8100b        
        
          <p style="color:#b8100b;">Text here</p>
        
        
          .mytext {color:#b8100b;}
        
        Text color #b8100b
      
           This box has a color of #b8100b        
        
          <div style="background-color:#b8100b;">Content here</div>
        
        
          .mybackground {background-color:#b8100b;}
        
        Background color #b8100b
      
           Border around this has a color of #b8100b        
        
          <div style="border:2px solid #b8100b;">Content here</div>
        
        
          .myborder {border:2px solid #b8100b;}
        
        Border color #b8100b