#bb012e color space conversions
Hex:
        #bb012e
        RGB:
        187, 1, 46
        CMY:
        27, 100, 82
        CMYK:
        0, 99, 75, 27
      HSL:
        345°, 98.9362%, 36.8627%
        HSV (HSB):
        345°, 99.4652%, 73.3333%
        XYZ:
        20.9975, 10.7838, 3.5595
        xyY:
        0.5941, 0.3051, 10.7838
      CIE-Lab:
        39.2139, 64.2686, 31.2461
        CIE-LCH:
        39.2139, 71.4617, 25.9281
        CIE-Luv:
        39.2139, 120.4960, 17.0311
        Hunter-Lab:
        32.8386, 56.6679, 16.5603
      #bb012e color charts
#bb012e RGB chart
      #bb012e CMYK chart
      #bb012e RGB pie chart
      #bb012e color shades, tints & tones
#bb012e color schemes
#bb012e color preview, HTML & CSS examples
           This text has a color of #bb012e        
        
          <p style="color:#bb012e;">Text here</p>
        
        
          .mytext {color:#bb012e;}
        
        Text color #bb012e
      
           This box has a color of #bb012e        
        
          <div style="background-color:#bb012e;">Content here</div>
        
        
          .mybackground {background-color:#bb012e;}
        
        Background color #bb012e
      
           Border around this has a color of #bb012e        
        
          <div style="border:2px solid #bb012e;">Content here</div>
        
        
          .myborder {border:2px solid #bb012e;}
        
        Border color #bb012e