Shades of Guardsman Red #9E3340
Tints of Guardsman Red #9E3340
RGB
CMYK
RGB Variations
Color information
#9E3340 (or 0x9E3340) is known color: Guardsman Red. HEX triplet: 9E, 33 and 40. RGB value is (158,51,64). Sum of RGB (Red+Green+Blue) = 158+51+64=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3340 is #61CCBF. Grayscale: #545454. Windows color (decimal): -6409408 or 4207518. OLE color: 4207518.
HSL color Cylindrical-coordinate representation of color #9E3340: hue angle of 352.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3340 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 64 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.38 |
| HSL | 352.71º | 0.51% | 0.41% | - |
| HSV(B) | 352.71º | 0.68% | 0.62% | - |
| XYZ | 16.21 | 10.01 | 5.93 | - |
| YUV | 84.48 | 116.45 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 64 | 0 | 0.68 | 0.59 | 0.38 | 352.71 | 0.51 | 0.41 |
| Hex | 9E | 33 | 40 | 0 | 44 | 3B | 26 | 161 | 33 | 29 |
| Octal | 236 | 63 | 100 | 0 | 104 | 73 | 46 | 541 | 63 | 51 |
| Binary | 10011110 | 110011 | 1000000 | 0 | 1000100 | 111011 | 100110 | 101100001 | 110011 | 101001 |
Color Harmonies of #9E3340
Complementary color
Monochromatic Colors of #9E3340
Black with #9E3340
Text Example
Text Example
White with #9E3340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3340; }
p { color: rgb(158,51,64); }
H1.HeaderClassName
{
color: #9E3340;
}
.AnyTagClassName
{
color: #9E3340;
}
</style>
background-color css
<style>
a { background-color: #9E3340; }
a { background-color: rgb(158,51,64); }
div.DivClassName
{
background-color: #9E3340;
}
.BgClassName
{
background-color: #9E3340;
}
</style>
border-color css
<style>
span { border-color: #9E3340; }
span { border-color: rgb(158,51,64); }
td.TdClassName
{
border-color: #9E3340;
}
.TagClassName
{
border-color: #9E3340;
}
</style>