#a1002a color space conversions
Hex:
        #a1002a
        RGB:
        161, 0, 42
        CMY:
        37, 100, 84
        CMYK:
        0, 100, 74, 37
      HSL:
        344°, 100.0000%, 31.5686%
        HSV (HSB):
        344°, 100.0000%, 63.1373%
        XYZ:
        15.1159, 7.7442, 2.8886
        xyY:
        0.5871, 0.3008, 7.7442
      CIE-Lab:
        33.4444, 57.7727, 25.5998
        CIE-LCH:
        33.4444, 63.1905, 23.8987
        CIE-Luv:
        33.4444, 101.8299, 12.9140
        Hunter-Lab:
        27.8285, 48.2578, 13.3257
      #a1002a color charts
#a1002a RGB chart
      #a1002a CMYK chart
      #a1002a RGB pie chart
      #a1002a color shades, tints & tones
#a1002a color schemes
#a1002a color preview, HTML & CSS examples
           This text has a color of #a1002a        
        
          <p style="color:#a1002a;">Text here</p>
        
        
          .mytext {color:#a1002a;}
        
        Text color #a1002a
      
           This box has a color of #a1002a        
        
          <div style="background-color:#a1002a;">Content here</div>
        
        
          .mybackground {background-color:#a1002a;}
        
        Background color #a1002a
      
           Border around this has a color of #a1002a        
        
          <div style="border:2px solid #a1002a;">Content here</div>
        
        
          .myborder {border:2px solid #a1002a;}
        
        Border color #a1002a