#be010d color space conversions
Hex:
        #be010d
        RGB:
        190, 1, 13
        CMY:
        25, 100, 95
        CMYK:
        0, 99, 93, 25
      HSL:
        356°, 98.9529%, 37.4510%
        HSV (HSB):
        356°, 99.4737%, 74.5098%
        XYZ:
        21.3187, 10.9979, 1.3800
        xyY:
        0.6327, 0.3264, 10.9979
      CIE-Lab:
        39.5770, 64.2369, 49.1924
        CIE-LCH:
        39.5770, 80.9090, 37.4447
        CIE-Luv:
        39.5770, 128.6086, 26.4703
        Hunter-Lab:
        33.1631, 56.7122, 20.7470
      #be010d color charts
#be010d RGB chart
      #be010d CMYK chart
      #be010d RGB pie chart
      #be010d color shades, tints & tones
#be010d color schemes
#be010d color preview, HTML & CSS examples
           This text has a color of #be010d        
        
          <p style="color:#be010d;">Text here</p>
        
        
          .mytext {color:#be010d;}
        
        Text color #be010d
      
           This box has a color of #be010d        
        
          <div style="background-color:#be010d;">Content here</div>
        
        
          .mybackground {background-color:#be010d;}
        
        Background color #be010d
      
           Border around this has a color of #be010d        
        
          <div style="border:2px solid #be010d;">Content here</div>
        
        
          .myborder {border:2px solid #be010d;}
        
        Border color #be010d