#a3010d color space conversions
Hex:
        #a3010d
        RGB:
        163, 1, 13
        CMY:
        36, 100, 95
        CMYK:
        0, 99, 92, 36
      HSL:
        356°, 98.7805%, 32.1569%
        HSV (HSB):
        356°, 99.3865%, 63.9216%
        XYZ:
        15.1878, 7.8373, 1.0930
        xyY:
        0.6297, 0.3250, 7.8373
      CIE-Lab:
        33.6417, 57.3512, 42.4451
        CIE-LCH:
        33.6417, 71.3495, 36.5048
        CIE-Luv:
        33.6417, 108.7987, 21.9581
        Hunter-Lab:
        27.9952, 47.8471, 17.2817
      #a3010d color charts
#a3010d RGB chart
      #a3010d CMYK chart
      #a3010d RGB pie chart
      #a3010d color shades, tints & tones
#a3010d color schemes
#a3010d color preview, HTML & CSS examples
           This text has a color of #a3010d        
        
          <p style="color:#a3010d;">Text here</p>
        
        
          .mytext {color:#a3010d;}
        
        Text color #a3010d
      
           This box has a color of #a3010d        
        
          <div style="background-color:#a3010d;">Content here</div>
        
        
          .mybackground {background-color:#a3010d;}
        
        Background color #a3010d
      
           Border around this has a color of #a3010d        
        
          <div style="border:2px solid #a3010d;">Content here</div>
        
        
          .myborder {border:2px solid #a3010d;}
        
        Border color #a3010d