Shades of Guardsman Red #A12A2E
Tints of Guardsman Red #A12A2E
RGB
CMYK
RGB Variations
Color information
#A12A2E (or 0xA12A2E) is known color: Guardsman Red. HEX triplet: A1, 2A and 2E. RGB value is (161,42,46). Sum of RGB (Red+Green+Blue) = 161+42+46=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12A2E is #5ED5D1. Grayscale: #4E4E4E. Windows color (decimal): -6215122 or 3025569. OLE color: 3025569.
HSL color Cylindrical-coordinate representation of color #A12A2E: hue angle of 357.98º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12A2E is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 42 | 46 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.37 |
| HSL | 357.98º | 0.59% | 0.4% | - |
| HSV(B) | 357.98º | 0.74% | 0.63% | - |
| XYZ | 16.02 | 9.43 | 3.56 | - |
| YUV | 78.04 | 109.92 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 46 | 0 | 0.74 | 0.71 | 0.37 | 357.98 | 0.59 | 0.4 |
| Hex | A1 | 2A | 2E | 0 | 4A | 47 | 25 | 166 | 3B | 28 |
| Octal | 241 | 52 | 56 | 0 | 112 | 107 | 45 | 546 | 73 | 50 |
| Binary | 10100001 | 101010 | 101110 | 0 | 1001010 | 1000111 | 100101 | 101100110 | 111011 | 101000 |
Color Harmonies of #A12A2E
Complementary color
Monochromatic Colors of #A12A2E
Black with #A12A2E
Text Example
Text Example
White with #A12A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12A2E; }
p { color: rgb(161,42,46); }
H1.HeaderClassName
{
color: #A12A2E;
}
.AnyTagClassName
{
color: #A12A2E;
}
</style>
background-color css
<style>
a { background-color: #A12A2E; }
a { background-color: rgb(161,42,46); }
div.DivClassName
{
background-color: #A12A2E;
}
.BgClassName
{
background-color: #A12A2E;
}
</style>
border-color css
<style>
span { border-color: #A12A2E; }
span { border-color: rgb(161,42,46); }
td.TdClassName
{
border-color: #A12A2E;
}
.TagClassName
{
border-color: #A12A2E;
}
</style>