Shades of Guardsman Red #9E262B
Tints of Guardsman Red #9E262B
RGB
CMYK
RGB Variations
Color information
#9E262B (or 0x9E262B) is known color: Guardsman Red. HEX triplet: 9E, 26 and 2B. RGB value is (158,38,43). Sum of RGB (Red+Green+Blue) = 158+38+43=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E262B is #61D9D4. Grayscale: #4A4A4A. Windows color (decimal): -6412757 or 2827934. OLE color: 2827934.
HSL color Cylindrical-coordinate representation of color #9E262B: hue angle of 357.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 #9E262B is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 43 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.38 |
| HSL | 357.5º | 0.61% | 0.38% | - |
| HSV(B) | 357.5º | 0.76% | 0.62% | - |
| XYZ | 15.23 | 8.83 | 3.19 | - |
| YUV | 74.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 43 | 0 | 0.76 | 0.73 | 0.38 | 357.5 | 0.61 | 0.38 |
| Hex | 9E | 26 | 2B | 0 | 4C | 49 | 26 | 166 | 3D | 26 |
| Octal | 236 | 46 | 53 | 0 | 114 | 111 | 46 | 546 | 75 | 46 |
| Binary | 10011110 | 100110 | 101011 | 0 | 1001100 | 1001001 | 100110 | 101100110 | 111101 | 100110 |
Color Harmonies of #9E262B
Complementary color
Monochromatic Colors of #9E262B
Black with #9E262B
Text Example
Text Example
White with #9E262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E262B; }
p { color: rgb(158,38,43); }
H1.HeaderClassName
{
color: #9E262B;
}
.AnyTagClassName
{
color: #9E262B;
}
</style>
background-color css
<style>
a { background-color: #9E262B; }
a { background-color: rgb(158,38,43); }
div.DivClassName
{
background-color: #9E262B;
}
.BgClassName
{
background-color: #9E262B;
}
</style>
border-color css
<style>
span { border-color: #9E262B; }
span { border-color: rgb(158,38,43); }
td.TdClassName
{
border-color: #9E262B;
}
.TagClassName
{
border-color: #9E262B;
}
</style>