Shades of Guardsman Red #A92A2E
Tints of Guardsman Red #A92A2E
RGB
CMYK
RGB Variations
Color information
#A92A2E (or 0xA92A2E) is known color: Guardsman Red. HEX triplet: A9, 2A and 2E. RGB value is (169,42,46). Sum of RGB (Red+Green+Blue) = 169+42+46=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92A2E is #56D5D1. Grayscale: #505050. Windows color (decimal): -5690834 or 3025577. OLE color: 3025577.
HSL color Cylindrical-coordinate representation of color #A92A2E: hue angle of 358.11º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92A2E is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 42 | 46 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.34 |
| HSL | 358.11º | 0.6% | 0.41% | - |
| HSV(B) | 358.11º | 0.75% | 0.66% | - |
| XYZ | 17.68 | 10.29 | 3.64 | - |
| YUV | 80.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 46 | 0 | 0.75 | 0.73 | 0.34 | 358.11 | 0.6 | 0.41 |
| Hex | A9 | 2A | 2E | 0 | 4B | 49 | 22 | 166 | 3C | 29 |
| Octal | 251 | 52 | 56 | 0 | 113 | 111 | 42 | 546 | 74 | 51 |
| Binary | 10101001 | 101010 | 101110 | 0 | 1001011 | 1001001 | 100010 | 101100110 | 111100 | 101001 |
Color Harmonies of #A92A2E
Complementary color
Monochromatic Colors of #A92A2E
Black with #A92A2E
Text Example
Text Example
White with #A92A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92A2E; }
p { color: rgb(169,42,46); }
H1.HeaderClassName
{
color: #A92A2E;
}
.AnyTagClassName
{
color: #A92A2E;
}
</style>
background-color css
<style>
a { background-color: #A92A2E; }
a { background-color: rgb(169,42,46); }
div.DivClassName
{
background-color: #A92A2E;
}
.BgClassName
{
background-color: #A92A2E;
}
</style>
border-color css
<style>
span { border-color: #A92A2E; }
span { border-color: rgb(169,42,46); }
td.TdClassName
{
border-color: #A92A2E;
}
.TagClassName
{
border-color: #A92A2E;
}
</style>