Shades of Guardsman Red #9E262F
Tints of Guardsman Red #9E262F
RGB
CMYK
RGB Variations
Color information
#9E262F (or 0x9E262F) is known color: Guardsman Red. HEX triplet: 9E, 26 and 2F. RGB value is (158,38,47). Sum of RGB (Red+Green+Blue) = 158+38+47=243 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.02% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 158 - color contains mainly: red. Hex color #9E262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E262F is #61D9D0. Grayscale: #4A4A4A. Windows color (decimal): -6412753 or 3090078. OLE color: 3090078.
HSL color Cylindrical-coordinate representation of color #9E262F: hue angle of 355.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E262F is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 47 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.38 |
| HSL | 355.5º | 0.61% | 0.38% | - |
| HSV(B) | 355.5º | 0.76% | 0.62% | - |
| XYZ | 15.31 | 8.86 | 3.59 | - |
| YUV | 74.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 47 | 0 | 0.76 | 0.70 | 0.38 | 355.5 | 0.61 | 0.38 |
| Hex | 9E | 26 | 2F | 0 | 4C | 46 | 26 | 164 | 3D | 26 |
| Octal | 236 | 46 | 57 | 0 | 114 | 106 | 46 | 544 | 75 | 46 |
| Binary | 10011110 | 100110 | 101111 | 0 | 1001100 | 1000110 | 100110 | 101100100 | 111101 | 100110 |
Color Harmonies of #9E262F
Complementary color
Monochromatic Colors of #9E262F
Black with #9E262F
Text Example
Text Example
White with #9E262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E262F; }
p { color: rgb(158,38,47); }
H1.HeaderClassName
{
color: #9E262F;
}
.AnyTagClassName
{
color: #9E262F;
}
</style>
background-color css
<style>
a { background-color: #9E262F; }
a { background-color: rgb(158,38,47); }
div.DivClassName
{
background-color: #9E262F;
}
.BgClassName
{
background-color: #9E262F;
}
</style>
border-color css
<style>
span { border-color: #9E262F; }
span { border-color: rgb(158,38,47); }
td.TdClassName
{
border-color: #9E262F;
}
.TagClassName
{
border-color: #9E262F;
}
</style>