#a1212a color space conversions
Hex:
        #a1212a
        RGB:
        161, 33, 42
        CMY:
        37, 87, 84
        CMYK:
        0, 80, 74, 37
      HSL:
        356°, 65.9794%, 38.0392%
        HSV (HSB):
        356°, 79.5031%, 63.1373%
        XYZ:
        15.6597, 8.8319, 3.0699
        xyY:
        0.5682, 0.3204, 8.8319
      CIE-Lab:
        35.6587, 51.4392, 28.1949
        CIE-LCH:
        35.6587, 58.6595, 28.7281
        CIE-Luv:
        35.6587, 92.8286, 17.0741
        Hunter-Lab:
        29.7186, 42.0501, 14.6785
      #a1212a color charts
#a1212a RGB chart
      #a1212a CMYK chart
      #a1212a RGB pie chart
      #a1212a color shades, tints & tones
#a1212a color schemes
#a1212a color preview, HTML & CSS examples
           This text has a color of #a1212a        
        
          <p style="color:#a1212a;">Text here</p>
        
        
          .mytext {color:#a1212a;}
        
        Text color #a1212a
      
           This box has a color of #a1212a        
        
          <div style="background-color:#a1212a;">Content here</div>
        
        
          .mybackground {background-color:#a1212a;}
        
        Background color #a1212a
      
           Border around this has a color of #a1212a        
        
          <div style="border:2px solid #a1212a;">Content here</div>
        
        
          .myborder {border:2px solid #a1212a;}
        
        Border color #a1212a