#a0200b color space conversions
Hex:
        #a0200b
        RGB:
        160, 32, 11
        CMY:
        37, 87, 96
        CMYK:
        0, 80, 93, 37
      HSL:
        8°, 87.1345%, 33.5294%
        HSV (HSB):
        8°, 93.1250%, 62.7451%
        XYZ:
        15.0741, 8.5308, 1.1687
        xyY:
        0.6085, 0.3443, 8.5308
      CIE-Lab:
        35.0647, 50.5393, 43.9249
        CIE-LCH:
        35.0647, 66.9598, 40.9946
        CIE-Luv:
        35.0647, 97.3781, 25.3396
        Hunter-Lab:
        29.2075, 41.0116, 18.0728
      #a0200b color charts
#a0200b RGB chart
      #a0200b CMYK chart
      #a0200b RGB pie chart
      #a0200b color shades, tints & tones
#a0200b color schemes
#a0200b color preview, HTML & CSS examples
           This text has a color of #a0200b        
        
          <p style="color:#a0200b;">Text here</p>
        
        
          .mytext {color:#a0200b;}
        
        Text color #a0200b
      
           This box has a color of #a0200b        
        
          <div style="background-color:#a0200b;">Content here</div>
        
        
          .mybackground {background-color:#a0200b;}
        
        Background color #a0200b
      
           Border around this has a color of #a0200b        
        
          <div style="border:2px solid #a0200b;">Content here</div>
        
        
          .myborder {border:2px solid #a0200b;}
        
        Border color #a0200b