Shades of Guardsman Red #9E353D
Tints of Guardsman Red #9E353D
RGB
CMYK
RGB Variations
Color information
#9E353D (or 0x9E353D) is known color: Guardsman Red. HEX triplet: 9E, 35 and 3D. RGB value is (158,53,61). Sum of RGB (Red+Green+Blue) = 158+53+61=272 (36% of max value = 765). Red value is 158 (62.11% from 255 or 58.09% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 158 - color contains mainly: red. Hex color #9E353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E353D is #61CAC2. Grayscale: #555555. Windows color (decimal): -6408899 or 4011422. OLE color: 4011422.
HSL color Cylindrical-coordinate representation of color #9E353D: hue angle of 355.43º 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 #9E353D is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 61 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.38 |
| HSL | 355.43º | 0.5% | 0.41% | - |
| HSV(B) | 355.43º | 0.66% | 0.62% | - |
| XYZ | 16.22 | 10.15 | 5.52 | - |
| YUV | 85.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 61 | 0 | 0.66 | 0.61 | 0.38 | 355.43 | 0.5 | 0.41 |
| Hex | 9E | 35 | 3D | 0 | 42 | 3D | 26 | 163 | 32 | 29 |
| Octal | 236 | 65 | 75 | 0 | 102 | 75 | 46 | 543 | 62 | 51 |
| Binary | 10011110 | 110101 | 111101 | 0 | 1000010 | 111101 | 100110 | 101100011 | 110010 | 101001 |
Color Harmonies of #9E353D
Complementary color
Monochromatic Colors of #9E353D
Black with #9E353D
Text Example
Text Example
White with #9E353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E353D; }
p { color: rgb(158,53,61); }
H1.HeaderClassName
{
color: #9E353D;
}
.AnyTagClassName
{
color: #9E353D;
}
</style>
background-color css
<style>
a { background-color: #9E353D; }
a { background-color: rgb(158,53,61); }
div.DivClassName
{
background-color: #9E353D;
}
.BgClassName
{
background-color: #9E353D;
}
</style>
border-color css
<style>
span { border-color: #9E353D; }
span { border-color: rgb(158,53,61); }
td.TdClassName
{
border-color: #9E353D;
}
.TagClassName
{
border-color: #9E353D;
}
</style>