#b10001 color space conversions
Hex:
        #b10001
        RGB:
        177, 0, 1
        CMY:
        31, 100, 100
        CMYK:
        0, 100, 99, 31
      HSL:
        360°, 100.0000%, 34.7059%
        HSV (HSB):
        360°, 100.0000%, 69.4118%
        XYZ:
        18.1369, 9.3493, 0.8774
        xyY:
        0.6394, 0.3296, 9.3493
      CIE-Lab:
        36.6483, 60.9258, 50.6371
        CIE-LCH:
        36.6483, 79.2216, 39.7309
        CIE-Luv:
        36.6483, 120.4139, 25.8545
        Hunter-Lab:
        30.5766, 52.3706, 19.7023
      #b10001 color charts
#b10001 RGB chart
      #b10001 CMYK chart
      #b10001 RGB pie chart
      #b10001 color shades, tints & tones
#b10001 color schemes
#b10001 color preview, HTML & CSS examples
           This text has a color of #b10001        
        
          <p style="color:#b10001;">Text here</p>
        
        
          .mytext {color:#b10001;}
        
        Text color #b10001
      
           This box has a color of #b10001        
        
          <div style="background-color:#b10001;">Content here</div>
        
        
          .mybackground {background-color:#b10001;}
        
        Background color #b10001
      
           Border around this has a color of #b10001        
        
          <div style="border:2px solid #b10001;">Content here</div>
        
        
          .myborder {border:2px solid #b10001;}
        
        Border color #b10001