Shades of Guardsman Red #A22429
Tints of Guardsman Red #A22429
RGB
CMYK
RGB Variations
Color information
#A22429 (or 0xA22429) is known color: Guardsman Red. HEX triplet: A2, 24 and 29. RGB value is (162,36,41). Sum of RGB (Red+Green+Blue) = 162+36+41=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A22429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22429 is #5DDBD6. Grayscale: #4A4A4A. Windows color (decimal): -6151127 or 2696354. OLE color: 2696354.
HSL color Cylindrical-coordinate representation of color #A22429: hue angle of 357.62º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22429 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 36 | 41 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.36 |
| HSL | 357.62º | 0.64% | 0.39% | - |
| HSV(B) | 357.62º | 0.78% | 0.64% | - |
| XYZ | 15.93 | 9.1 | 3.02 | - |
| YUV | 74.24 | 109.24 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 41 | 0 | 0.78 | 0.75 | 0.36 | 357.62 | 0.64 | 0.39 |
| Hex | A2 | 24 | 29 | 0 | 4E | 4B | 24 | 166 | 40 | 27 |
| Octal | 242 | 44 | 51 | 0 | 116 | 113 | 44 | 546 | 100 | 47 |
| Binary | 10100010 | 100100 | 101001 | 0 | 1001110 | 1001011 | 100100 | 101100110 | 1000000 | 100111 |
Color Harmonies of #A22429
Complementary color
Monochromatic Colors of #A22429
Black with #A22429
Text Example
Text Example
White with #A22429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22429; }
p { color: rgb(162,36,41); }
H1.HeaderClassName
{
color: #A22429;
}
.AnyTagClassName
{
color: #A22429;
}
</style>
background-color css
<style>
a { background-color: #A22429; }
a { background-color: rgb(162,36,41); }
div.DivClassName
{
background-color: #A22429;
}
.BgClassName
{
background-color: #A22429;
}
</style>
border-color css
<style>
span { border-color: #A22429; }
span { border-color: rgb(162,36,41); }
td.TdClassName
{
border-color: #A22429;
}
.TagClassName
{
border-color: #A22429;
}
</style>