#bf010a color space conversions
Hex:
        #bf010a
        RGB:
        191, 1, 10
        CMY:
        25, 100, 96
        CMYK:
        0, 99, 95, 25
      HSL:
        357°, 98.9583%, 37.6471%
        HSV (HSB):
        357°, 99.4764%, 74.9020%
        XYZ:
        21.5515, 11.1200, 1.2976
        xyY:
        0.6344, 0.3274, 11.1200
      CIE-Lab:
        39.7818, 64.4556, 50.4918
        CIE-LCH:
        39.7818, 81.8777, 38.0737
        CIE-Luv:
        39.7818, 129.5905, 27.0223
        Hunter-Lab:
        33.3466, 57.0056, 21.0355
      #bf010a color charts
#bf010a RGB chart
      #bf010a CMYK chart
      #bf010a RGB pie chart
      #bf010a color shades, tints & tones
#bf010a color schemes
#bf010a color preview, HTML & CSS examples
           This text has a color of #bf010a        
        
          <p style="color:#bf010a;">Text here</p>
        
        
          .mytext {color:#bf010a;}
        
        Text color #bf010a
      
           This box has a color of #bf010a        
        
          <div style="background-color:#bf010a;">Content here</div>
        
        
          .mybackground {background-color:#bf010a;}
        
        Background color #bf010a
      
           Border around this has a color of #bf010a        
        
          <div style="border:2px solid #bf010a;">Content here</div>
        
        
          .myborder {border:2px solid #bf010a;}
        
        Border color #bf010a