Shades of Guardsman Red #9E262A
Tints of Guardsman Red #9E262A
RGB
CMYK
RGB Variations
Color information
#9E262A (or 0x9E262A) is known color: Guardsman Red. HEX triplet: 9E, 26 and 2A. RGB value is (158,38,42). Sum of RGB (Red+Green+Blue) = 158+38+42=238 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.39% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 158 - color contains mainly: red. Hex color #9E262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E262A is #61D9D5. Grayscale: #4A4A4A. Windows color (decimal): -6412758 or 2762398. OLE color: 2762398.
HSL color Cylindrical-coordinate representation of color #9E262A: hue angle of 358º 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 #9E262A is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 42 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.38 |
| HSL | 358º | 0.61% | 0.38% | - |
| HSV(B) | 358º | 0.76% | 0.62% | - |
| XYZ | 15.21 | 8.82 | 3.09 | - |
| YUV | 74.34 | 109.76 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 42 | 0 | 0.76 | 0.73 | 0.38 | 358 | 0.61 | 0.38 |
| Hex | 9E | 26 | 2A | 0 | 4C | 49 | 26 | 166 | 3D | 26 |
| Octal | 236 | 46 | 52 | 0 | 114 | 111 | 46 | 546 | 75 | 46 |
| Binary | 10011110 | 100110 | 101010 | 0 | 1001100 | 1001001 | 100110 | 101100110 | 111101 | 100110 |
Color Harmonies of #9E262A
Complementary color
Monochromatic Colors of #9E262A
Black with #9E262A
Text Example
Text Example
White with #9E262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E262A; }
p { color: rgb(158,38,42); }
H1.HeaderClassName
{
color: #9E262A;
}
.AnyTagClassName
{
color: #9E262A;
}
</style>
background-color css
<style>
a { background-color: #9E262A; }
a { background-color: rgb(158,38,42); }
div.DivClassName
{
background-color: #9E262A;
}
.BgClassName
{
background-color: #9E262A;
}
</style>
border-color css
<style>
span { border-color: #9E262A; }
span { border-color: rgb(158,38,42); }
td.TdClassName
{
border-color: #9E262A;
}
.TagClassName
{
border-color: #9E262A;
}
</style>