Shades of Guardsman Red #9E343C
Tints of Guardsman Red #9E343C
RGB
CMYK
RGB Variations
Color information
#9E343C (or 0x9E343C) is known color: Guardsman Red. HEX triplet: 9E, 34 and 3C. RGB value is (158,52,60). Sum of RGB (Red+Green+Blue) = 158+52+60=270 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.52% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 158 - color contains mainly: red. Hex color #9E343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E343C is #61CBC3. Grayscale: #545454. Windows color (decimal): -6409156 or 3945630. OLE color: 3945630.
HSL color Cylindrical-coordinate representation of color #9E343C: hue angle of 355.47º 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 #9E343C is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 60 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.38 |
| HSL | 355.47º | 0.5% | 0.41% | - |
| HSV(B) | 355.47º | 0.67% | 0.62% | - |
| XYZ | 16.14 | 10.05 | 5.36 | - |
| YUV | 84.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 60 | 0 | 0.67 | 0.62 | 0.38 | 355.47 | 0.5 | 0.41 |
| Hex | 9E | 34 | 3C | 0 | 43 | 3E | 26 | 163 | 32 | 29 |
| Octal | 236 | 64 | 74 | 0 | 103 | 76 | 46 | 543 | 62 | 51 |
| Binary | 10011110 | 110100 | 111100 | 0 | 1000011 | 111110 | 100110 | 101100011 | 110010 | 101001 |
Color Harmonies of #9E343C
Complementary color
Monochromatic Colors of #9E343C
Black with #9E343C
Text Example
Text Example
White with #9E343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E343C; }
p { color: rgb(158,52,60); }
H1.HeaderClassName
{
color: #9E343C;
}
.AnyTagClassName
{
color: #9E343C;
}
</style>
background-color css
<style>
a { background-color: #9E343C; }
a { background-color: rgb(158,52,60); }
div.DivClassName
{
background-color: #9E343C;
}
.BgClassName
{
background-color: #9E343C;
}
</style>
border-color css
<style>
span { border-color: #9E343C; }
span { border-color: rgb(158,52,60); }
td.TdClassName
{
border-color: #9E343C;
}
.TagClassName
{
border-color: #9E343C;
}
</style>