#b0001e color space conversions
Hex:
        #b0001e
        RGB:
        176, 0, 30
        CMY:
        31, 100, 88
        CMYK:
        0, 100, 83, 31
      HSL:
        350°, 100.0000%, 34.5098%
        HSV (HSB):
        350°, 100.0000%, 69.0196%
        XYZ:
        18.1388, 9.3238, 2.0720
        xyY:
        0.6142, 0.3157, 9.3238
      CIE-Lab:
        36.6005, 61.1420, 37.2951
        CIE-LCH:
        36.6005, 71.6190, 31.3822
        CIE-Luv:
        36.6005, 116.0961, 20.3057
        Hunter-Lab:
        30.5350, 52.5990, 17.3513
      #b0001e color charts
#b0001e RGB chart
      #b0001e CMYK chart
      #b0001e RGB pie chart
      #b0001e color shades, tints & tones
#b0001e color schemes
#b0001e color preview, HTML & CSS examples
           This text has a color of #b0001e        
        
          <p style="color:#b0001e;">Text here</p>
        
        
          .mytext {color:#b0001e;}
        
        Text color #b0001e
      
           This box has a color of #b0001e        
        
          <div style="background-color:#b0001e;">Content here</div>
        
        
          .mybackground {background-color:#b0001e;}
        
        Background color #b0001e
      
           Border around this has a color of #b0001e        
        
          <div style="border:2px solid #b0001e;">Content here</div>
        
        
          .myborder {border:2px solid #b0001e;}
        
        Border color #b0001e