#b33112 color space conversions
Hex:
        #b33112
        RGB:
        179, 49, 18
        CMY:
        30, 81, 93
        CMYK:
        0, 73, 90, 30
      HSL:
        12°, 81.7259%, 38.6275%
        HSV (HSB):
        12°, 89.9441%, 70.1961%
        XYZ:
        19.7979, 11.8240, 1.8111
        xyY:
        0.5922, 0.3537, 11.8240
      CIE-Lab:
        40.9350, 50.9804, 47.1109
        CIE-LCH:
        40.9350, 69.4150, 42.7409
        CIE-Luv:
        40.9350, 102.7347, 30.3002
        Hunter-Lab:
        34.3860, 42.5965, 20.9475
      #b33112 color charts
#b33112 RGB chart
      #b33112 CMYK chart
      #b33112 RGB pie chart
      #b33112 color shades, tints & tones
#b33112 color schemes
#b33112 color preview, HTML & CSS examples
           This text has a color of #b33112        
        
          <p style="color:#b33112;">Text here</p>
        
        
          .mytext {color:#b33112;}
        
        Text color #b33112
      
           This box has a color of #b33112        
        
          <div style="background-color:#b33112;">Content here</div>
        
        
          .mybackground {background-color:#b33112;}
        
        Background color #b33112
      
           Border around this has a color of #b33112        
        
          <div style="border:2px solid #b33112;">Content here</div>
        
        
          .myborder {border:2px solid #b33112;}
        
        Border color #b33112