#bd2023 color space conversions
Hex:
        #bd2023
        RGB:
        189, 32, 35
        CMY:
        26, 87, 86
        CMYK:
        0, 83, 81, 26
      HSL:
        359°, 71.0407%, 43.3333%
        HSV (HSB):
        359°, 83.0688%, 74.1176%
        XYZ:
        21.8062, 11.9732, 2.7519
        xyY:
        0.5969, 0.3278, 11.9732
      CIE-Lab:
        41.1735, 59.6533, 39.8821
        CIE-LCH:
        41.1735, 71.7573, 33.7653
        CIE-Luv:
        41.1735, 116.7873, 24.4256
        Hunter-Lab:
        34.6023, 51.9356, 19.5064
      #bd2023 color charts
#bd2023 RGB chart
      #bd2023 CMYK chart
      #bd2023 RGB pie chart
      #bd2023 color shades, tints & tones
#bd2023 color schemes
#bd2023 color preview, HTML & CSS examples
           This text has a color of #bd2023        
        
          <p style="color:#bd2023;">Text here</p>
        
        
          .mytext {color:#bd2023;}
        
        Text color #bd2023
      
           This box has a color of #bd2023        
        
          <div style="background-color:#bd2023;">Content here</div>
        
        
          .mybackground {background-color:#bd2023;}
        
        Background color #bd2023
      
           Border around this has a color of #bd2023        
        
          <div style="border:2px solid #bd2023;">Content here</div>
        
        
          .myborder {border:2px solid #bd2023;}
        
        Border color #bd2023