Shades of Guardsman Red #9E2A2D
Tints of Guardsman Red #9E2A2D
RGB
CMYK
RGB Variations
Color information
#9E2A2D (or 0x9E2A2D) is known color: Guardsman Red. HEX triplet: 9E, 2A and 2D. RGB value is (158,42,45). Sum of RGB (Red+Green+Blue) = 158+42+45=245 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.49% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2A2D is #61D5D2. Grayscale: #4D4D4D. Windows color (decimal): -6411731 or 2960030. OLE color: 2960030.
HSL color Cylindrical-coordinate representation of color #9E2A2D: hue angle of 358.45º 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 #9E2A2D is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 42 | 45 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.38 |
| HSL | 358.45º | 0.58% | 0.39% | - |
| HSV(B) | 358.45º | 0.73% | 0.62% | - |
| XYZ | 15.4 | 9.11 | 3.43 | - |
| YUV | 77.03 | 109.93 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 45 | 0 | 0.73 | 0.72 | 0.38 | 358.45 | 0.58 | 0.39 |
| Hex | 9E | 2A | 2D | 0 | 49 | 48 | 26 | 166 | 3A | 27 |
| Octal | 236 | 52 | 55 | 0 | 111 | 110 | 46 | 546 | 72 | 47 |
| Binary | 10011110 | 101010 | 101101 | 0 | 1001001 | 1001000 | 100110 | 101100110 | 111010 | 100111 |
Color Harmonies of #9E2A2D
Complementary color
Monochromatic Colors of #9E2A2D
Black with #9E2A2D
Text Example
Text Example
White with #9E2A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2A2D; }
p { color: rgb(158,42,45); }
H1.HeaderClassName
{
color: #9E2A2D;
}
.AnyTagClassName
{
color: #9E2A2D;
}
</style>
background-color css
<style>
a { background-color: #9E2A2D; }
a { background-color: rgb(158,42,45); }
div.DivClassName
{
background-color: #9E2A2D;
}
.BgClassName
{
background-color: #9E2A2D;
}
</style>
border-color css
<style>
span { border-color: #9E2A2D; }
span { border-color: rgb(158,42,45); }
td.TdClassName
{
border-color: #9E2A2D;
}
.TagClassName
{
border-color: #9E2A2D;
}
</style>