Shades of Guardsman Red #9E373C
Tints of Guardsman Red #9E373C
RGB
CMYK
RGB Variations
Color information
#9E373C (or 0x9E373C) is known color: Guardsman Red. HEX triplet: 9E, 37 and 3C. RGB value is (158,55,60). Sum of RGB (Red+Green+Blue) = 158+55+60=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E373C is #61C8C3. Grayscale: #565656. Windows color (decimal): -6408388 or 3946398. OLE color: 3946398.
HSL color Cylindrical-coordinate representation of color #9E373C: hue angle of 357.09º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E373C is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 60 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.38 |
| HSL | 357.09º | 0.48% | 0.42% | - |
| HSV(B) | 357.09º | 0.65% | 0.62% | - |
| XYZ | 16.28 | 10.33 | 5.41 | - |
| YUV | 86.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 60 | 0 | 0.65 | 0.62 | 0.38 | 357.09 | 0.48 | 0.42 |
| Hex | 9E | 37 | 3C | 0 | 41 | 3E | 26 | 165 | 30 | 2A |
| Octal | 236 | 67 | 74 | 0 | 101 | 76 | 46 | 545 | 60 | 52 |
| Binary | 10011110 | 110111 | 111100 | 0 | 1000001 | 111110 | 100110 | 101100101 | 110000 | 101010 |
Color Harmonies of #9E373C
Complementary color
Monochromatic Colors of #9E373C
Black with #9E373C
Text Example
Text Example
White with #9E373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E373C; }
p { color: rgb(158,55,60); }
H1.HeaderClassName
{
color: #9E373C;
}
.AnyTagClassName
{
color: #9E373C;
}
</style>
background-color css
<style>
a { background-color: #9E373C; }
a { background-color: rgb(158,55,60); }
div.DivClassName
{
background-color: #9E373C;
}
.BgClassName
{
background-color: #9E373C;
}
</style>
border-color css
<style>
span { border-color: #9E373C; }
span { border-color: rgb(158,55,60); }
td.TdClassName
{
border-color: #9E373C;
}
.TagClassName
{
border-color: #9E373C;
}
</style>