#bb2021 color space conversions
Hex:
        #bb2021
        RGB:
        187, 32, 33
        CMY:
        27, 87, 87
        CMYK:
        0, 83, 82, 27
      HSL:
        360°, 70.7763%, 42.9412%
        HSV (HSB):
        360°, 82.8877%, 73.3333%
        XYZ:
        21.2845, 11.7076, 2.5768
        xyY:
        0.5984, 0.3292, 11.7076
      CIE-Lab:
        40.7476, 59.0287, 40.4196
        CIE-LCH:
        40.7476, 71.5411, 34.4012
        CIE-Luv:
        40.7476, 115.5956, 24.6785
        Hunter-Lab:
        34.2164, 51.1584, 19.4864
      #bb2021 color charts
#bb2021 RGB chart
      #bb2021 CMYK chart
      #bb2021 RGB pie chart
      #bb2021 color shades, tints & tones
#bb2021 color schemes
#bb2021 color preview, HTML & CSS examples
           This text has a color of #bb2021        
        
          <p style="color:#bb2021;">Text here</p>
        
        
          .mytext {color:#bb2021;}
        
        Text color #bb2021
      
           This box has a color of #bb2021        
        
          <div style="background-color:#bb2021;">Content here</div>
        
        
          .mybackground {background-color:#bb2021;}
        
        Background color #bb2021
      
           Border around this has a color of #bb2021        
        
          <div style="border:2px solid #bb2021;">Content here</div>
        
        
          .myborder {border:2px solid #bb2021;}
        
        Border color #bb2021