Shades of Guardsman Red #A92E3E
Tints of Guardsman Red #A92E3E
RGB
CMYK
RGB Variations
Color information
#A92E3E (or 0xA92E3E) is known color: Guardsman Red. HEX triplet: A9, 2E and 3E. RGB value is (169,46,62). Sum of RGB (Red+Green+Blue) = 169+46+62=277 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.01% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 169 - color contains mainly: red. Hex color #A92E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92E3E is #56D1C1. Grayscale: #545454. Windows color (decimal): -5689794 or 4075177. OLE color: 4075177.
HSL color Cylindrical-coordinate representation of color #A92E3E: hue angle of 352.2º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92E3E is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 46 | 62 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.34 |
| HSL | 352.2º | 0.57% | 0.42% | - |
| HSV(B) | 352.2º | 0.73% | 0.66% | - |
| XYZ | 18.21 | 10.74 | 5.67 | - |
| YUV | 84.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 46 | 62 | 0 | 0.73 | 0.63 | 0.34 | 352.2 | 0.57 | 0.42 |
| Hex | A9 | 2E | 3E | 0 | 49 | 3F | 22 | 160 | 39 | 2A |
| Octal | 251 | 56 | 76 | 0 | 111 | 77 | 42 | 540 | 71 | 52 |
| Binary | 10101001 | 101110 | 111110 | 0 | 1001001 | 111111 | 100010 | 101100000 | 111001 | 101010 |
Color Harmonies of #A92E3E
Complementary color
Monochromatic Colors of #A92E3E
Black with #A92E3E
Text Example
Text Example
White with #A92E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92E3E; }
p { color: rgb(169,46,62); }
H1.HeaderClassName
{
color: #A92E3E;
}
.AnyTagClassName
{
color: #A92E3E;
}
</style>
background-color css
<style>
a { background-color: #A92E3E; }
a { background-color: rgb(169,46,62); }
div.DivClassName
{
background-color: #A92E3E;
}
.BgClassName
{
background-color: #A92E3E;
}
</style>
border-color css
<style>
span { border-color: #A92E3E; }
span { border-color: rgb(169,46,62); }
td.TdClassName
{
border-color: #A92E3E;
}
.TagClassName
{
border-color: #A92E3E;
}
</style>