#af100a color space conversions
Hex:
        #af100a
        RGB:
        175, 16, 10
        CMY:
        31, 94, 96
        CMYK:
        0, 91, 94, 31
      HSL:
        2°, 89.1892%, 36.2745%
        HSV (HSB):
        2°, 94.2857%, 68.6275%
        XYZ:
        17.9193, 9.5065, 1.1776
        xyY:
        0.6265, 0.3324, 9.5065
      CIE-Lab:
        36.9417, 58.5052, 47.0490
        CIE-LCH:
        36.9417, 75.0764, 38.8058
        CIE-Luv:
        36.9417, 114.8186, 25.5506
        Hunter-Lab:
        30.8325, 49.7838, 19.3182
      #af100a color charts
#af100a RGB chart
      #af100a CMYK chart
      #af100a RGB pie chart
      #af100a color shades, tints & tones
#af100a color schemes
#af100a color preview, HTML & CSS examples
           This text has a color of #af100a        
        
          <p style="color:#af100a;">Text here</p>
        
        
          .mytext {color:#af100a;}
        
        Text color #af100a
      
           This box has a color of #af100a        
        
          <div style="background-color:#af100a;">Content here</div>
        
        
          .mybackground {background-color:#af100a;}
        
        Background color #af100a
      
           Border around this has a color of #af100a        
        
          <div style="border:2px solid #af100a;">Content here</div>
        
        
          .myborder {border:2px solid #af100a;}
        
        Border color #af100a