Shades of Guardsman Red #9E2B2E
Tints of Guardsman Red #9E2B2E
RGB
CMYK
RGB Variations
Color information
#9E2B2E (or 0x9E2B2E) is known color: Guardsman Red. HEX triplet: 9E, 2B and 2E. RGB value is (158,43,46). Sum of RGB (Red+Green+Blue) = 158+43+46=247 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.97% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2B2E is #61D4D1. Grayscale: #4D4D4D. Windows color (decimal): -6411474 or 3025822. OLE color: 3025822.
HSL color Cylindrical-coordinate representation of color #9E2B2E: hue angle of 358.43º degrees, saturation: 0.57, 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 #9E2B2E is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 43 | 46 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.38 |
| HSL | 358.43º | 0.57% | 0.39% | - |
| HSV(B) | 358.43º | 0.73% | 0.62% | - |
| XYZ | 15.46 | 9.19 | 3.54 | - |
| YUV | 77.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 46 | 0 | 0.73 | 0.71 | 0.38 | 358.43 | 0.57 | 0.39 |
| Hex | 9E | 2B | 2E | 0 | 49 | 47 | 26 | 166 | 39 | 27 |
| Octal | 236 | 53 | 56 | 0 | 111 | 107 | 46 | 546 | 71 | 47 |
| Binary | 10011110 | 101011 | 101110 | 0 | 1001001 | 1000111 | 100110 | 101100110 | 111001 | 100111 |
Color Harmonies of #9E2B2E
Complementary color
Monochromatic Colors of #9E2B2E
Black with #9E2B2E
Text Example
Text Example
White with #9E2B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2B2E; }
p { color: rgb(158,43,46); }
H1.HeaderClassName
{
color: #9E2B2E;
}
.AnyTagClassName
{
color: #9E2B2E;
}
</style>
background-color css
<style>
a { background-color: #9E2B2E; }
a { background-color: rgb(158,43,46); }
div.DivClassName
{
background-color: #9E2B2E;
}
.BgClassName
{
background-color: #9E2B2E;
}
</style>
border-color css
<style>
span { border-color: #9E2B2E; }
span { border-color: rgb(158,43,46); }
td.TdClassName
{
border-color: #9E2B2E;
}
.TagClassName
{
border-color: #9E2B2E;
}
</style>