Shades of Guardsman Red #9E353C
Tints of Guardsman Red #9E353C
RGB
CMYK
RGB Variations
Color information
#9E353C (or 0x9E353C) is known color: Guardsman Red. HEX triplet: 9E, 35 and 3C. RGB value is (158,53,60). Sum of RGB (Red+Green+Blue) = 158+53+60=271 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.30% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 158 - color contains mainly: red. Hex color #9E353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E353C is #61CAC3. Grayscale: #555555. Windows color (decimal): -6408900 or 3945886. OLE color: 3945886.
HSL color Cylindrical-coordinate representation of color #9E353C: hue angle of 356º 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 #9E353C is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 60 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.38 |
| HSL | 356º | 0.5% | 0.41% | - |
| HSV(B) | 356º | 0.66% | 0.62% | - |
| XYZ | 16.19 | 10.14 | 5.38 | - |
| YUV | 85.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 60 | 0 | 0.66 | 0.62 | 0.38 | 356 | 0.5 | 0.41 |
| Hex | 9E | 35 | 3C | 0 | 42 | 3E | 26 | 164 | 32 | 29 |
| Octal | 236 | 65 | 74 | 0 | 102 | 76 | 46 | 544 | 62 | 51 |
| Binary | 10011110 | 110101 | 111100 | 0 | 1000010 | 111110 | 100110 | 101100100 | 110010 | 101001 |
Color Harmonies of #9E353C
Complementary color
Monochromatic Colors of #9E353C
Black with #9E353C
Text Example
Text Example
White with #9E353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E353C; }
p { color: rgb(158,53,60); }
H1.HeaderClassName
{
color: #9E353C;
}
.AnyTagClassName
{
color: #9E353C;
}
</style>
background-color css
<style>
a { background-color: #9E353C; }
a { background-color: rgb(158,53,60); }
div.DivClassName
{
background-color: #9E353C;
}
.BgClassName
{
background-color: #9E353C;
}
</style>
border-color css
<style>
span { border-color: #9E353C; }
span { border-color: rgb(158,53,60); }
td.TdClassName
{
border-color: #9E353C;
}
.TagClassName
{
border-color: #9E353C;
}
</style>