Shades of Guardsman Red #9E373A
Tints of Guardsman Red #9E373A
RGB
CMYK
RGB Variations
Color information
#9E373A (or 0x9E373A) is known color: Guardsman Red. HEX triplet: 9E, 37 and 3A. RGB value is (158,55,58). Sum of RGB (Red+Green+Blue) = 158+55+58=271 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.30% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 158 - color contains mainly: red. Hex color #9E373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E373A is #61C8C5. Grayscale: #565656. Windows color (decimal): -6408390 or 3815326. OLE color: 3815326.
HSL color Cylindrical-coordinate representation of color #9E373A: hue angle of 358.25º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E373A is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 58 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.38 |
| HSL | 358.25º | 0.48% | 0.42% | - |
| HSV(B) | 358.25º | 0.65% | 0.62% | - |
| XYZ | 16.23 | 10.31 | 5.14 | - |
| YUV | 86.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 58 | 0 | 0.65 | 0.63 | 0.38 | 358.25 | 0.48 | 0.42 |
| Hex | 9E | 37 | 3A | 0 | 41 | 3F | 26 | 166 | 30 | 2A |
| Octal | 236 | 67 | 72 | 0 | 101 | 77 | 46 | 546 | 60 | 52 |
| Binary | 10011110 | 110111 | 111010 | 0 | 1000001 | 111111 | 100110 | 101100110 | 110000 | 101010 |
Color Harmonies of #9E373A
Complementary color
Monochromatic Colors of #9E373A
Black with #9E373A
Text Example
Text Example
White with #9E373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E373A; }
p { color: rgb(158,55,58); }
H1.HeaderClassName
{
color: #9E373A;
}
.AnyTagClassName
{
color: #9E373A;
}
</style>
background-color css
<style>
a { background-color: #9E373A; }
a { background-color: rgb(158,55,58); }
div.DivClassName
{
background-color: #9E373A;
}
.BgClassName
{
background-color: #9E373A;
}
</style>
border-color css
<style>
span { border-color: #9E373A; }
span { border-color: rgb(158,55,58); }
td.TdClassName
{
border-color: #9E373A;
}
.TagClassName
{
border-color: #9E373A;
}
</style>