Shades of Guardsman Red #A92C2E
Tints of Guardsman Red #A92C2E
RGB
CMYK
RGB Variations
Color information
#A92C2E (or 0xA92C2E) is known color: Guardsman Red. HEX triplet: A9, 2C and 2E. RGB value is (169,44,46). Sum of RGB (Red+Green+Blue) = 169+44+46=259 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.25% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92C2E is #56D3D1. Grayscale: #515151. Windows color (decimal): -5690322 or 3026089. OLE color: 3026089.
HSL color Cylindrical-coordinate representation of color #A92C2E: hue angle of 359.04º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A92C2E is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 46 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.34 |
| HSL | 359.04º | 0.59% | 0.42% | - |
| HSV(B) | 359.04º | 0.74% | 0.66% | - |
| XYZ | 17.76 | 10.43 | 3.66 | - |
| YUV | 81.6 | 107.91 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 46 | 0 | 0.74 | 0.73 | 0.34 | 359.04 | 0.59 | 0.42 |
| Hex | A9 | 2C | 2E | 0 | 4A | 49 | 22 | 167 | 3B | 2A |
| Octal | 251 | 54 | 56 | 0 | 112 | 111 | 42 | 547 | 73 | 52 |
| Binary | 10101001 | 101100 | 101110 | 0 | 1001010 | 1001001 | 100010 | 101100111 | 111011 | 101010 |
Color Harmonies of #A92C2E
Complementary color
Monochromatic Colors of #A92C2E
Black with #A92C2E
Text Example
Text Example
White with #A92C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C2E; }
p { color: rgb(169,44,46); }
H1.HeaderClassName
{
color: #A92C2E;
}
.AnyTagClassName
{
color: #A92C2E;
}
</style>
background-color css
<style>
a { background-color: #A92C2E; }
a { background-color: rgb(169,44,46); }
div.DivClassName
{
background-color: #A92C2E;
}
.BgClassName
{
background-color: #A92C2E;
}
</style>
border-color css
<style>
span { border-color: #A92C2E; }
span { border-color: rgb(169,44,46); }
td.TdClassName
{
border-color: #A92C2E;
}
.TagClassName
{
border-color: #A92C2E;
}
</style>