#b5001b color space conversions
Hex:
        #b5001b
        RGB:
        181, 0, 27
        CMY:
        29, 100, 89
        CMYK:
        0, 100, 85, 29
      HSL:
        351°, 100.0000%, 35.4902%
        HSV (HSB):
        351°, 100.0000%, 70.9804%
        XYZ:
        19.2539, 9.9029, 1.9336
        xyY:
        0.6193, 0.3185, 9.9029
      CIE-Lab:
        37.6676, 62.3242, 40.3512
        CIE-LCH:
        37.6676, 74.2464, 32.9207
        CIE-Luv:
        37.6676, 120.3646, 22.0691
        Hunter-Lab:
        31.4689, 54.1428, 18.3852
      #b5001b color charts
#b5001b RGB chart
      #b5001b CMYK chart
      #b5001b RGB pie chart
      #b5001b color shades, tints & tones
#b5001b color schemes
#b5001b color preview, HTML & CSS examples
           This text has a color of #b5001b        
        
          <p style="color:#b5001b;">Text here</p>
        
        
          .mytext {color:#b5001b;}
        
        Text color #b5001b
      
           This box has a color of #b5001b        
        
          <div style="background-color:#b5001b;">Content here</div>
        
        
          .mybackground {background-color:#b5001b;}
        
        Background color #b5001b
      
           Border around this has a color of #b5001b        
        
          <div style="border:2px solid #b5001b;">Content here</div>
        
        
          .myborder {border:2px solid #b5001b;}
        
        Border color #b5001b