Shades of Guardsman Red #9E343D
Tints of Guardsman Red #9E343D
RGB
CMYK
RGB Variations
Color information
#9E343D (or 0x9E343D) is known color: Guardsman Red. HEX triplet: 9E, 34 and 3D. RGB value is (158,52,61). Sum of RGB (Red+Green+Blue) = 158+52+61=271 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.30% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 158 - color contains mainly: red. Hex color #9E343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E343D is #61CBC2. Grayscale: #545454. Windows color (decimal): -6409155 or 4011166. OLE color: 4011166.
HSL color Cylindrical-coordinate representation of color #9E343D: hue angle of 354.91º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E343D is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 61 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.38 |
| HSL | 354.91º | 0.5% | 0.41% | - |
| HSV(B) | 354.91º | 0.67% | 0.62% | - |
| XYZ | 16.17 | 10.06 | 5.5 | - |
| YUV | 84.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 61 | 0 | 0.67 | 0.61 | 0.38 | 354.91 | 0.5 | 0.41 |
| Hex | 9E | 34 | 3D | 0 | 43 | 3D | 26 | 163 | 32 | 29 |
| Octal | 236 | 64 | 75 | 0 | 103 | 75 | 46 | 543 | 62 | 51 |
| Binary | 10011110 | 110100 | 111101 | 0 | 1000011 | 111101 | 100110 | 101100011 | 110010 | 101001 |
Color Harmonies of #9E343D
Complementary color
Monochromatic Colors of #9E343D
Black with #9E343D
Text Example
Text Example
White with #9E343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E343D; }
p { color: rgb(158,52,61); }
H1.HeaderClassName
{
color: #9E343D;
}
.AnyTagClassName
{
color: #9E343D;
}
</style>
background-color css
<style>
a { background-color: #9E343D; }
a { background-color: rgb(158,52,61); }
div.DivClassName
{
background-color: #9E343D;
}
.BgClassName
{
background-color: #9E343D;
}
</style>
border-color css
<style>
span { border-color: #9E343D; }
span { border-color: rgb(158,52,61); }
td.TdClassName
{
border-color: #9E343D;
}
.TagClassName
{
border-color: #9E343D;
}
</style>