#b00f01 color space conversions
Hex:
        #b00f01
        RGB:
        176, 15, 1
        CMY:
        31, 94, 100
        CMYK:
        0, 91, 99, 31
      HSL:
        5°, 98.8701%, 34.7059%
        HSV (HSB):
        5°, 99.4318%, 69.0196%
        XYZ:
        18.0808, 9.5739, 0.9237
        xyY:
        0.6327, 0.3350, 9.5739
      CIE-Lab:
        37.0666, 58.8253, 50.6958
        CIE-LCH:
        37.0666, 77.6562, 40.7549
        CIE-Luv:
        37.0666, 116.5726, 26.7870
        Hunter-Lab:
        30.9418, 50.1581, 19.8893
      #b00f01 color charts
#b00f01 RGB chart
      #b00f01 CMYK chart
      #b00f01 RGB pie chart
      #b00f01 color shades, tints & tones
#b00f01 color schemes
#b00f01 color preview, HTML & CSS examples
           This text has a color of #b00f01        
        
          <p style="color:#b00f01;">Text here</p>
        
        
          .mytext {color:#b00f01;}
        
        Text color #b00f01
      
           This box has a color of #b00f01        
        
          <div style="background-color:#b00f01;">Content here</div>
        
        
          .mybackground {background-color:#b00f01;}
        
        Background color #b00f01
      
           Border around this has a color of #b00f01        
        
          <div style="border:2px solid #b00f01;">Content here</div>
        
        
          .myborder {border:2px solid #b00f01;}
        
        Border color #b00f01