Shades of Guardsman Red #9A292E
Tints of Guardsman Red #9A292E
RGB
CMYK
RGB Variations
Color information
#9A292E (or 0x9A292E) is known color: Guardsman Red. HEX triplet: 9A, 29 and 2E. RGB value is (154,41,46). Sum of RGB (Red+Green+Blue) = 154+41+46=241 (31% of max value = 765). Red value is 154 (60.55% from 255 or 63.90% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 154 - color contains mainly: red. Hex color #9A292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A292E is #65D6D1. Grayscale: #4B4B4B. Windows color (decimal): -6674130 or 3025306. OLE color: 3025306.
HSL color Cylindrical-coordinate representation of color #9A292E: hue angle of 357.35º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A292E is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 41 | 46 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.40 |
| HSL | 357.35º | 0.58% | 0.38% | - |
| HSV(B) | 357.35º | 0.73% | 0.6% | - |
| XYZ | 14.61 | 8.65 | 3.48 | - |
| YUV | 75.36 | 111.44 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 41 | 46 | 0 | 0.73 | 0.70 | 0.40 | 357.35 | 0.58 | 0.38 |
| Hex | 9A | 29 | 2E | 0 | 49 | 46 | 28 | 165 | 3A | 26 |
| Octal | 232 | 51 | 56 | 0 | 111 | 106 | 50 | 545 | 72 | 46 |
| Binary | 10011010 | 101001 | 101110 | 0 | 1001001 | 1000110 | 101000 | 101100101 | 111010 | 100110 |
Color Harmonies of #9A292E
Complementary color
Monochromatic Colors of #9A292E
Black with #9A292E
Text Example
Text Example
White with #9A292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A292E; }
p { color: rgb(154,41,46); }
H1.HeaderClassName
{
color: #9A292E;
}
.AnyTagClassName
{
color: #9A292E;
}
</style>
background-color css
<style>
a { background-color: #9A292E; }
a { background-color: rgb(154,41,46); }
div.DivClassName
{
background-color: #9A292E;
}
.BgClassName
{
background-color: #9A292E;
}
</style>
border-color css
<style>
span { border-color: #9A292E; }
span { border-color: rgb(154,41,46); }
td.TdClassName
{
border-color: #9A292E;
}
.TagClassName
{
border-color: #9A292E;
}
</style>