Shades of Guardsman Red #9E2A33
Tints of Guardsman Red #9E2A33
RGB
CMYK
RGB Variations
Color information
#9E2A33 (or 0x9E2A33) is known color: Guardsman Red. HEX triplet: 9E, 2A and 33. RGB value is (158,42,51). Sum of RGB (Red+Green+Blue) = 158+42+51=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2A33 is #61D5CC. Grayscale: #4D4D4D. Windows color (decimal): -6411725 or 3353246. OLE color: 3353246.
HSL color Cylindrical-coordinate representation of color #9E2A33: hue angle of 355.34º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E2A33 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 42 | 51 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.38 |
| HSL | 355.34º | 0.58% | 0.39% | - |
| HSV(B) | 355.34º | 0.73% | 0.62% | - |
| XYZ | 15.53 | 9.16 | 4.08 | - |
| YUV | 77.71 | 112.93 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 51 | 0 | 0.73 | 0.68 | 0.38 | 355.34 | 0.58 | 0.39 |
| Hex | 9E | 2A | 33 | 0 | 49 | 44 | 26 | 163 | 3A | 27 |
| Octal | 236 | 52 | 63 | 0 | 111 | 104 | 46 | 543 | 72 | 47 |
| Binary | 10011110 | 101010 | 110011 | 0 | 1001001 | 1000100 | 100110 | 101100011 | 111010 | 100111 |
Color Harmonies of #9E2A33
Complementary color
Monochromatic Colors of #9E2A33
Black with #9E2A33
Text Example
Text Example
White with #9E2A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2A33; }
p { color: rgb(158,42,51); }
H1.HeaderClassName
{
color: #9E2A33;
}
.AnyTagClassName
{
color: #9E2A33;
}
</style>
background-color css
<style>
a { background-color: #9E2A33; }
a { background-color: rgb(158,42,51); }
div.DivClassName
{
background-color: #9E2A33;
}
.BgClassName
{
background-color: #9E2A33;
}
</style>
border-color css
<style>
span { border-color: #9E2A33; }
span { border-color: rgb(158,42,51); }
td.TdClassName
{
border-color: #9E2A33;
}
.TagClassName
{
border-color: #9E2A33;
}
</style>