#b3082d color space conversions
Hex:
        #b3082d
        RGB:
        179, 8, 45
        CMY:
        30, 97, 82
        CMYK:
        0, 96, 75, 30
      HSL:
        347°, 91.4439%, 36.6667%
        HSV (HSB):
        347°, 95.5307%, 70.1961%
        XYZ:
        19.1509, 9.9468, 3.3932
        xyY:
        0.5894, 0.3061, 9.9468
      CIE-Lab:
        37.7468, 61.4580, 29.7290
        CIE-LCH:
        37.7468, 68.2708, 25.8144
        CIE-Luv:
        37.7468, 113.4679, 16.2386
        Hunter-Lab:
        31.5386, 53.1964, 15.6981
      #b3082d color charts
#b3082d RGB chart
      #b3082d CMYK chart
      #b3082d RGB pie chart
      #b3082d color shades, tints & tones
#b3082d color schemes
#b3082d color preview, HTML & CSS examples
           This text has a color of #b3082d        
        
          <p style="color:#b3082d;">Text here</p>
        
        
          .mytext {color:#b3082d;}
        
        Text color #b3082d
      
           This box has a color of #b3082d        
        
          <div style="background-color:#b3082d;">Content here</div>
        
        
          .mybackground {background-color:#b3082d;}
        
        Background color #b3082d
      
           Border around this has a color of #b3082d        
        
          <div style="border:2px solid #b3082d;">Content here</div>
        
        
          .myborder {border:2px solid #b3082d;}
        
        Border color #b3082d