Shades of Guardsman Red #9E3436
Tints of Guardsman Red #9E3436
RGB
CMYK
RGB Variations
Color information
#9E3436 (or 0x9E3436) is known color: Guardsman Red. HEX triplet: 9E, 34 and 36. RGB value is (158,52,54). Sum of RGB (Red+Green+Blue) = 158+52+54=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3436 is #61CBC9. Grayscale: #545454. Windows color (decimal): -6409162 or 3552414. OLE color: 3552414.
HSL color Cylindrical-coordinate representation of color #9E3436: hue angle of 358.87º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E3436 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 54 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.38 |
| HSL | 358.87º | 0.5% | 0.41% | - |
| HSV(B) | 358.87º | 0.67% | 0.62% | - |
| XYZ | 15.99 | 9.99 | 4.58 | - |
| YUV | 83.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 54 | 0 | 0.67 | 0.66 | 0.38 | 358.87 | 0.5 | 0.41 |
| Hex | 9E | 34 | 36 | 0 | 43 | 42 | 26 | 167 | 32 | 29 |
| Octal | 236 | 64 | 66 | 0 | 103 | 102 | 46 | 547 | 62 | 51 |
| Binary | 10011110 | 110100 | 110110 | 0 | 1000011 | 1000010 | 100110 | 101100111 | 110010 | 101001 |
Color Harmonies of #9E3436
Complementary color
Monochromatic Colors of #9E3436
Black with #9E3436
Text Example
Text Example
White with #9E3436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3436; }
p { color: rgb(158,52,54); }
H1.HeaderClassName
{
color: #9E3436;
}
.AnyTagClassName
{
color: #9E3436;
}
</style>
background-color css
<style>
a { background-color: #9E3436; }
a { background-color: rgb(158,52,54); }
div.DivClassName
{
background-color: #9E3436;
}
.BgClassName
{
background-color: #9E3436;
}
</style>
border-color css
<style>
span { border-color: #9E3436; }
span { border-color: rgb(158,52,54); }
td.TdClassName
{
border-color: #9E3436;
}
.TagClassName
{
border-color: #9E3436;
}
</style>