#a1002b color space conversions
Hex:
        #a1002b
        RGB:
        161, 0, 43
        CMY:
        37, 100, 83
        CMYK:
        0, 100, 73, 37
      HSL:
        344°, 100.0000%, 31.5686%
        HSV (HSB):
        344°, 100.0000%, 63.1373%
        XYZ:
        15.1340, 7.7515, 2.9840
        xyY:
        0.5850, 0.2996, 7.7515
      CIE-Lab:
        33.4599, 57.8145, 24.9765
        CIE-LCH:
        33.4599, 62.9789, 23.3649
        CIE-Luv:
        33.4599, 101.5482, 12.4844
        Hunter-Lab:
        27.8415, 48.3059, 13.1344
      #a1002b color charts
#a1002b RGB chart
      #a1002b CMYK chart
      #a1002b RGB pie chart
      #a1002b color shades, tints & tones
#a1002b color schemes
#a1002b color preview, HTML & CSS examples
           This text has a color of #a1002b        
        
          <p style="color:#a1002b;">Text here</p>
        
        
          .mytext {color:#a1002b;}
        
        Text color #a1002b
      
           This box has a color of #a1002b        
        
          <div style="background-color:#a1002b;">Content here</div>
        
        
          .mybackground {background-color:#a1002b;}
        
        Background color #a1002b
      
           Border around this has a color of #a1002b        
        
          <div style="border:2px solid #a1002b;">Content here</div>
        
        
          .myborder {border:2px solid #a1002b;}
        
        Border color #a1002b