#b2020e color space conversions
Hex:
        #b2020e
        RGB:
        178, 2, 14
        CMY:
        30, 99, 95
        CMYK:
        0, 99, 92, 30
      HSL:
        356°, 97.7778%, 35.2941%
        HSV (HSB):
        356°, 98.8764%, 69.8039%
        XYZ:
        18.4611, 9.5401, 1.2839
        xyY:
        0.6304, 0.3258, 9.5401
      CIE-Lab:
        37.0040, 61.0972, 45.8646
        CIE-LCH:
        37.0040, 76.3965, 36.8949
        CIE-Luv:
        37.0040, 119.5803, 24.4037
        Hunter-Lab:
        30.8871, 52.6364, 19.1564
      #b2020e color charts
#b2020e RGB chart
      #b2020e CMYK chart
      #b2020e RGB pie chart
      #b2020e color shades, tints & tones
#b2020e color schemes
#b2020e color preview, HTML & CSS examples
           This text has a color of #b2020e        
        
          <p style="color:#b2020e;">Text here</p>
        
        
          .mytext {color:#b2020e;}
        
        Text color #b2020e
      
           This box has a color of #b2020e        
        
          <div style="background-color:#b2020e;">Content here</div>
        
        
          .mybackground {background-color:#b2020e;}
        
        Background color #b2020e
      
           Border around this has a color of #b2020e        
        
          <div style="border:2px solid #b2020e;">Content here</div>
        
        
          .myborder {border:2px solid #b2020e;}
        
        Border color #b2020e