Shades of Guardsman Red #A2292B
Tints of Guardsman Red #A2292B
RGB
CMYK
RGB Variations
Color information
#A2292B (or 0xA2292B) is known color: Guardsman Red. HEX triplet: A2, 29 and 2B. RGB value is (162,41,43). Sum of RGB (Red+Green+Blue) = 162+41+43=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A2292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2292B is #5DD6D4. Grayscale: #4D4D4D. Windows color (decimal): -6149845 or 2828706. OLE color: 2828706.
HSL color Cylindrical-coordinate representation of color #A2292B: hue angle of 359.01º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2292B is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 41 | 43 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.36 |
| HSL | 359.01º | 0.6% | 0.4% | - |
| HSV(B) | 359.01º | 0.75% | 0.64% | - |
| XYZ | 16.13 | 9.44 | 3.26 | - |
| YUV | 77.41 | 108.59 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 43 | 0 | 0.75 | 0.73 | 0.36 | 359.01 | 0.6 | 0.4 |
| Hex | A2 | 29 | 2B | 0 | 4B | 49 | 24 | 167 | 3C | 28 |
| Octal | 242 | 51 | 53 | 0 | 113 | 111 | 44 | 547 | 74 | 50 |
| Binary | 10100010 | 101001 | 101011 | 0 | 1001011 | 1001001 | 100100 | 101100111 | 111100 | 101000 |
Color Harmonies of #A2292B
Complementary color
Monochromatic Colors of #A2292B
Black with #A2292B
Text Example
Text Example
White with #A2292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2292B; }
p { color: rgb(162,41,43); }
H1.HeaderClassName
{
color: #A2292B;
}
.AnyTagClassName
{
color: #A2292B;
}
</style>
background-color css
<style>
a { background-color: #A2292B; }
a { background-color: rgb(162,41,43); }
div.DivClassName
{
background-color: #A2292B;
}
.BgClassName
{
background-color: #A2292B;
}
</style>
border-color css
<style>
span { border-color: #A2292B; }
span { border-color: rgb(162,41,43); }
td.TdClassName
{
border-color: #A2292B;
}
.TagClassName
{
border-color: #A2292B;
}
</style>