Shades of Guardsman Red #9E3839
Tints of Guardsman Red #9E3839
RGB
CMYK
RGB Variations
Color information
#9E3839 (or 0x9E3839) is known color: Guardsman Red. HEX triplet: 9E, 38 and 39. RGB value is (158,56,57). Sum of RGB (Red+Green+Blue) = 158+56+57=271 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.30% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3839 is #61C7C6. Grayscale: #565656. Windows color (decimal): -6408135 or 3750046. OLE color: 3750046.
HSL color Cylindrical-coordinate representation of color #9E3839: hue angle of 359.41º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E3839 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 56 | 57 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.38 |
| HSL | 359.41º | 0.48% | 0.42% | - |
| HSV(B) | 359.41º | 0.65% | 0.62% | - |
| XYZ | 16.25 | 10.39 | 5.02 | - |
| YUV | 86.61 | 111.29 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 57 | 0 | 0.65 | 0.64 | 0.38 | 359.41 | 0.48 | 0.42 |
| Hex | 9E | 38 | 39 | 0 | 41 | 40 | 26 | 167 | 30 | 2A |
| Octal | 236 | 70 | 71 | 0 | 101 | 100 | 46 | 547 | 60 | 52 |
| Binary | 10011110 | 111000 | 111001 | 0 | 1000001 | 1000000 | 100110 | 101100111 | 110000 | 101010 |
Color Harmonies of #9E3839
Complementary color
Monochromatic Colors of #9E3839
Black with #9E3839
Text Example
Text Example
White with #9E3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3839; }
p { color: rgb(158,56,57); }
H1.HeaderClassName
{
color: #9E3839;
}
.AnyTagClassName
{
color: #9E3839;
}
</style>
background-color css
<style>
a { background-color: #9E3839; }
a { background-color: rgb(158,56,57); }
div.DivClassName
{
background-color: #9E3839;
}
.BgClassName
{
background-color: #9E3839;
}
</style>
border-color css
<style>
span { border-color: #9E3839; }
span { border-color: rgb(158,56,57); }
td.TdClassName
{
border-color: #9E3839;
}
.TagClassName
{
border-color: #9E3839;
}
</style>