Shades of Guardsman Red #9E3438
Tints of Guardsman Red #9E3438
RGB
CMYK
RGB Variations
Color information
#9E3438 (or 0x9E3438) is known color: Guardsman Red. HEX triplet: 9E, 34 and 38. RGB value is (158,52,56). Sum of RGB (Red+Green+Blue) = 158+52+56=266 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.40% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3438 is #61CBC7. Grayscale: #545454. Windows color (decimal): -6409160 or 3683486. OLE color: 3683486.
HSL color Cylindrical-coordinate representation of color #9E3438: hue angle of 357.74º 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 #9E3438 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 56 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.38 |
| HSL | 357.74º | 0.5% | 0.41% | - |
| HSV(B) | 357.74º | 0.67% | 0.62% | - |
| XYZ | 16.04 | 10.01 | 4.83 | - |
| YUV | 84.15 | 112.12 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 56 | 0 | 0.67 | 0.65 | 0.38 | 357.74 | 0.5 | 0.41 |
| Hex | 9E | 34 | 38 | 0 | 43 | 41 | 26 | 166 | 32 | 29 |
| Octal | 236 | 64 | 70 | 0 | 103 | 101 | 46 | 546 | 62 | 51 |
| Binary | 10011110 | 110100 | 111000 | 0 | 1000011 | 1000001 | 100110 | 101100110 | 110010 | 101001 |
Color Harmonies of #9E3438
Complementary color
Monochromatic Colors of #9E3438
Black with #9E3438
Text Example
Text Example
White with #9E3438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3438; }
p { color: rgb(158,52,56); }
H1.HeaderClassName
{
color: #9E3438;
}
.AnyTagClassName
{
color: #9E3438;
}
</style>
background-color css
<style>
a { background-color: #9E3438; }
a { background-color: rgb(158,52,56); }
div.DivClassName
{
background-color: #9E3438;
}
.BgClassName
{
background-color: #9E3438;
}
</style>
border-color css
<style>
span { border-color: #9E3438; }
span { border-color: rgb(158,52,56); }
td.TdClassName
{
border-color: #9E3438;
}
.TagClassName
{
border-color: #9E3438;
}
</style>