#bc133d color space conversions
Hex:
        #bc133d
        RGB:
        188, 19, 61
        CMY:
        26, 93, 76
        CMYK:
        0, 90, 68, 26
      HSL:
        345°, 81.6425%, 40.5882%
        HSV (HSB):
        345°, 89.8936%, 73.7255%
        XYZ:
        21.8142, 11.4940, 5.4837
        xyY:
        0.5623, 0.2963, 11.4940
      CIE-Lab:
        40.4004, 63.0233, 23.3834
        CIE-LCH:
        40.4004, 67.2214, 20.3562
        CIE-Luv:
        40.4004, 113.6208, 11.9142
        Hunter-Lab:
        33.9029, 55.5228, 14.1420
      #bc133d color charts
#bc133d RGB chart
      #bc133d CMYK chart
      #bc133d RGB pie chart
      #bc133d color shades, tints & tones
#bc133d color schemes
#bc133d color preview, HTML & CSS examples
           This text has a color of #bc133d        
        
          <p style="color:#bc133d;">Text here</p>
        
        
          .mytext {color:#bc133d;}
        
        Text color #bc133d
      
           This box has a color of #bc133d        
        
          <div style="background-color:#bc133d;">Content here</div>
        
        
          .mybackground {background-color:#bc133d;}
        
        Background color #bc133d
      
           Border around this has a color of #bc133d        
        
          <div style="border:2px solid #bc133d;">Content here</div>
        
        
          .myborder {border:2px solid #bc133d;}
        
        Border color #bc133d