Shades of Guardsman Red #9E353E
Tints of Guardsman Red #9E353E
RGB
CMYK
RGB Variations
Color information
#9E353E (or 0x9E353E) is known color: Guardsman Red. HEX triplet: 9E, 35 and 3E. RGB value is (158,53,62). Sum of RGB (Red+Green+Blue) = 158+53+62=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E353E is #61CAC1. Grayscale: #555555. Windows color (decimal): -6408898 or 4076958. OLE color: 4076958.
HSL color Cylindrical-coordinate representation of color #9E353E: hue angle of 354.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E353E is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 62 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.38 |
| HSL | 354.86º | 0.5% | 0.41% | - |
| HSV(B) | 354.86º | 0.66% | 0.62% | - |
| XYZ | 16.24 | 10.16 | 5.66 | - |
| YUV | 85.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 62 | 0 | 0.66 | 0.61 | 0.38 | 354.86 | 0.5 | 0.41 |
| Hex | 9E | 35 | 3E | 0 | 42 | 3D | 26 | 163 | 32 | 29 |
| Octal | 236 | 65 | 76 | 0 | 102 | 75 | 46 | 543 | 62 | 51 |
| Binary | 10011110 | 110101 | 111110 | 0 | 1000010 | 111101 | 100110 | 101100011 | 110010 | 101001 |
Color Harmonies of #9E353E
Complementary color
Monochromatic Colors of #9E353E
Black with #9E353E
Text Example
Text Example
White with #9E353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E353E; }
p { color: rgb(158,53,62); }
H1.HeaderClassName
{
color: #9E353E;
}
.AnyTagClassName
{
color: #9E353E;
}
</style>
background-color css
<style>
a { background-color: #9E353E; }
a { background-color: rgb(158,53,62); }
div.DivClassName
{
background-color: #9E353E;
}
.BgClassName
{
background-color: #9E353E;
}
</style>
border-color css
<style>
span { border-color: #9E353E; }
span { border-color: rgb(158,53,62); }
td.TdClassName
{
border-color: #9E353E;
}
.TagClassName
{
border-color: #9E353E;
}
</style>