Shades of Guardsman Red #9E3539
Tints of Guardsman Red #9E3539
RGB
CMYK
RGB Variations
Color information
#9E3539 (or 0x9E3539) is known color: Guardsman Red. HEX triplet: 9E, 35 and 39. RGB value is (158,53,57). Sum of RGB (Red+Green+Blue) = 158+53+57=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3539 is #61CAC6. Grayscale: #545454. Windows color (decimal): -6408903 or 3749278. OLE color: 3749278.
HSL color Cylindrical-coordinate representation of color #9E3539: hue angle of 357.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3539 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 57 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.38 |
| HSL | 357.71º | 0.5% | 0.41% | - |
| HSV(B) | 357.71º | 0.66% | 0.62% | - |
| XYZ | 16.11 | 10.11 | 4.97 | - |
| YUV | 84.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 57 | 0 | 0.66 | 0.64 | 0.38 | 357.71 | 0.5 | 0.41 |
| Hex | 9E | 35 | 39 | 0 | 42 | 40 | 26 | 166 | 32 | 29 |
| Octal | 236 | 65 | 71 | 0 | 102 | 100 | 46 | 546 | 62 | 51 |
| Binary | 10011110 | 110101 | 111001 | 0 | 1000010 | 1000000 | 100110 | 101100110 | 110010 | 101001 |
Color Harmonies of #9E3539
Complementary color
Monochromatic Colors of #9E3539
Black with #9E3539
Text Example
Text Example
White with #9E3539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3539; }
p { color: rgb(158,53,57); }
H1.HeaderClassName
{
color: #9E3539;
}
.AnyTagClassName
{
color: #9E3539;
}
</style>
background-color css
<style>
a { background-color: #9E3539; }
a { background-color: rgb(158,53,57); }
div.DivClassName
{
background-color: #9E3539;
}
.BgClassName
{
background-color: #9E3539;
}
</style>
border-color css
<style>
span { border-color: #9E3539; }
span { border-color: rgb(158,53,57); }
td.TdClassName
{
border-color: #9E3539;
}
.TagClassName
{
border-color: #9E3539;
}
</style>