Shades of Guardsman Red #9E2A2E
Tints of Guardsman Red #9E2A2E
RGB
CMYK
RGB Variations
Color information
#9E2A2E (or 0x9E2A2E) is known color: Guardsman Red. HEX triplet: 9E, 2A and 2E. RGB value is (158,42,46). Sum of RGB (Red+Green+Blue) = 158+42+46=246 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.23% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2A2E is #61D5D1. Grayscale: #4D4D4D. Windows color (decimal): -6411730 or 3025566. OLE color: 3025566.
HSL color Cylindrical-coordinate representation of color #9E2A2E: hue angle of 357.93º 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 #9E2A2E is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 42 | 46 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.38 |
| HSL | 357.93º | 0.58% | 0.39% | - |
| HSV(B) | 357.93º | 0.73% | 0.62% | - |
| XYZ | 15.42 | 9.12 | 3.53 | - |
| YUV | 77.14 | 110.43 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 46 | 0 | 0.73 | 0.71 | 0.38 | 357.93 | 0.58 | 0.39 |
| Hex | 9E | 2A | 2E | 0 | 49 | 47 | 26 | 166 | 3A | 27 |
| Octal | 236 | 52 | 56 | 0 | 111 | 107 | 46 | 546 | 72 | 47 |
| Binary | 10011110 | 101010 | 101110 | 0 | 1001001 | 1000111 | 100110 | 101100110 | 111010 | 100111 |
Color Harmonies of #9E2A2E
Complementary color
Monochromatic Colors of #9E2A2E
Black with #9E2A2E
Text Example
Text Example
White with #9E2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2A2E; }
p { color: rgb(158,42,46); }
H1.HeaderClassName
{
color: #9E2A2E;
}
.AnyTagClassName
{
color: #9E2A2E;
}
</style>
background-color css
<style>
a { background-color: #9E2A2E; }
a { background-color: rgb(158,42,46); }
div.DivClassName
{
background-color: #9E2A2E;
}
.BgClassName
{
background-color: #9E2A2E;
}
</style>
border-color css
<style>
span { border-color: #9E2A2E; }
span { border-color: rgb(158,42,46); }
td.TdClassName
{
border-color: #9E2A2E;
}
.TagClassName
{
border-color: #9E2A2E;
}
</style>