Shades of Guardsman Red #9E2A2C
Tints of Guardsman Red #9E2A2C
RGB
CMYK
RGB Variations
Color information
#9E2A2C (or 0x9E2A2C) is known color: Guardsman Red. HEX triplet: 9E, 2A and 2C. RGB value is (158,42,44). Sum of RGB (Red+Green+Blue) = 158+42+44=244 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.75% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2A2C is #61D5D3. Grayscale: #4D4D4D. Windows color (decimal): -6411732 or 2894494. OLE color: 2894494.
HSL color Cylindrical-coordinate representation of color #9E2A2C: hue angle of 358.97º 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 #9E2A2C is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 42 | 44 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.38 |
| HSL | 358.97º | 0.58% | 0.39% | - |
| HSV(B) | 358.97º | 0.73% | 0.62% | - |
| XYZ | 15.38 | 9.11 | 3.33 | - |
| YUV | 76.91 | 109.43 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 44 | 0 | 0.73 | 0.72 | 0.38 | 358.97 | 0.58 | 0.39 |
| Hex | 9E | 2A | 2C | 0 | 49 | 48 | 26 | 167 | 3A | 27 |
| Octal | 236 | 52 | 54 | 0 | 111 | 110 | 46 | 547 | 72 | 47 |
| Binary | 10011110 | 101010 | 101100 | 0 | 1001001 | 1001000 | 100110 | 101100111 | 111010 | 100111 |
Color Harmonies of #9E2A2C
Complementary color
Monochromatic Colors of #9E2A2C
Black with #9E2A2C
Text Example
Text Example
White with #9E2A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2A2C; }
p { color: rgb(158,42,44); }
H1.HeaderClassName
{
color: #9E2A2C;
}
.AnyTagClassName
{
color: #9E2A2C;
}
</style>
background-color css
<style>
a { background-color: #9E2A2C; }
a { background-color: rgb(158,42,44); }
div.DivClassName
{
background-color: #9E2A2C;
}
.BgClassName
{
background-color: #9E2A2C;
}
</style>
border-color css
<style>
span { border-color: #9E2A2C; }
span { border-color: rgb(158,42,44); }
td.TdClassName
{
border-color: #9E2A2C;
}
.TagClassName
{
border-color: #9E2A2C;
}
</style>