#b00103 color space conversions
Hex:
        #b00103
        RGB:
        176, 1, 3
        CMY:
        31, 100, 99
        CMYK:
        0, 99, 98, 31
      HSL:
        359°, 98.8701%, 34.7059%
        HSV (HSB):
        359°, 99.4318%, 69.0196%
        XYZ:
        17.9318, 9.2584, 0.9281
        xyY:
        0.6377, 0.3293, 9.2584
      CIE-Lab:
        36.4771, 60.5743, 49.6167
        CIE-LCH:
        36.4771, 78.3011, 39.3211
        CIE-Luv:
        36.4771, 119.3099, 25.5025
        Hunter-Lab:
        30.4276, 51.9464, 19.4909
      #b00103 color charts
#b00103 RGB chart
      #b00103 CMYK chart
      #b00103 RGB pie chart
      #b00103 color shades, tints & tones
#b00103 color schemes
#b00103 color preview, HTML & CSS examples
           This text has a color of #b00103        
        
          <p style="color:#b00103;">Text here</p>
        
        
          .mytext {color:#b00103;}
        
        Text color #b00103
      
           This box has a color of #b00103        
        
          <div style="background-color:#b00103;">Content here</div>
        
        
          .mybackground {background-color:#b00103;}
        
        Background color #b00103
      
           Border around this has a color of #b00103        
        
          <div style="border:2px solid #b00103;">Content here</div>
        
        
          .myborder {border:2px solid #b00103;}
        
        Border color #b00103