Shades of Guardsman Red #9E383B
Tints of Guardsman Red #9E383B
RGB
CMYK
RGB Variations
Color information
#9E383B (or 0x9E383B) is known color: Guardsman Red. HEX triplet: 9E, 38 and 3B. RGB value is (158,56,59). Sum of RGB (Red+Green+Blue) = 158+56+59=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E383B is #61C7C4. Grayscale: #565656. Windows color (decimal): -6408133 or 3881118. OLE color: 3881118.
HSL color Cylindrical-coordinate representation of color #9E383B: hue angle of 358.24º 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 #9E383B is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 56 | 59 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.38 |
| HSL | 358.24º | 0.48% | 0.42% | - |
| HSV(B) | 358.24º | 0.65% | 0.62% | - |
| XYZ | 16.3 | 10.41 | 5.29 | - |
| YUV | 86.84 | 112.29 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 59 | 0 | 0.65 | 0.63 | 0.38 | 358.24 | 0.48 | 0.42 |
| Hex | 9E | 38 | 3B | 0 | 41 | 3F | 26 | 166 | 30 | 2A |
| Octal | 236 | 70 | 73 | 0 | 101 | 77 | 46 | 546 | 60 | 52 |
| Binary | 10011110 | 111000 | 111011 | 0 | 1000001 | 111111 | 100110 | 101100110 | 110000 | 101010 |
Color Harmonies of #9E383B
Complementary color
Monochromatic Colors of #9E383B
Black with #9E383B
Text Example
Text Example
White with #9E383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E383B; }
p { color: rgb(158,56,59); }
H1.HeaderClassName
{
color: #9E383B;
}
.AnyTagClassName
{
color: #9E383B;
}
</style>
background-color css
<style>
a { background-color: #9E383B; }
a { background-color: rgb(158,56,59); }
div.DivClassName
{
background-color: #9E383B;
}
.BgClassName
{
background-color: #9E383B;
}
</style>
border-color css
<style>
span { border-color: #9E383B; }
span { border-color: rgb(158,56,59); }
td.TdClassName
{
border-color: #9E383B;
}
.TagClassName
{
border-color: #9E383B;
}
</style>