Shades of Guardsman Red #9E343B
Tints of Guardsman Red #9E343B
RGB
CMYK
RGB Variations
Color information
#9E343B (or 0x9E343B) is known color: Guardsman Red. HEX triplet: 9E, 34 and 3B. RGB value is (158,52,59). Sum of RGB (Red+Green+Blue) = 158+52+59=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E343B is #61CBC4. Grayscale: #545454. Windows color (decimal): -6409157 or 3880094. OLE color: 3880094.
HSL color Cylindrical-coordinate representation of color #9E343B: hue angle of 356.04º 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 #9E343B is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 59 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.38 |
| HSL | 356.04º | 0.5% | 0.41% | - |
| HSV(B) | 356.04º | 0.67% | 0.62% | - |
| XYZ | 16.12 | 10.04 | 5.23 | - |
| YUV | 84.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 59 | 0 | 0.67 | 0.63 | 0.38 | 356.04 | 0.5 | 0.41 |
| Hex | 9E | 34 | 3B | 0 | 43 | 3F | 26 | 164 | 32 | 29 |
| Octal | 236 | 64 | 73 | 0 | 103 | 77 | 46 | 544 | 62 | 51 |
| Binary | 10011110 | 110100 | 111011 | 0 | 1000011 | 111111 | 100110 | 101100100 | 110010 | 101001 |
Color Harmonies of #9E343B
Complementary color
Monochromatic Colors of #9E343B
Black with #9E343B
Text Example
Text Example
White with #9E343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E343B; }
p { color: rgb(158,52,59); }
H1.HeaderClassName
{
color: #9E343B;
}
.AnyTagClassName
{
color: #9E343B;
}
</style>
background-color css
<style>
a { background-color: #9E343B; }
a { background-color: rgb(158,52,59); }
div.DivClassName
{
background-color: #9E343B;
}
.BgClassName
{
background-color: #9E343B;
}
</style>
border-color css
<style>
span { border-color: #9E343B; }
span { border-color: rgb(158,52,59); }
td.TdClassName
{
border-color: #9E343B;
}
.TagClassName
{
border-color: #9E343B;
}
</style>