Shades of Guardsman Red #A22934
Tints of Guardsman Red #A22934
RGB
CMYK
RGB Variations
Color information
#A22934 (or 0xA22934) is known color: Guardsman Red. HEX triplet: A2, 29 and 34. RGB value is (162,41,52). Sum of RGB (Red+Green+Blue) = 162+41+52=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A22934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22934 is #5DD6CB. Grayscale: #4E4E4E. Windows color (decimal): -6149836 or 3418530. OLE color: 3418530.
HSL color Cylindrical-coordinate representation of color #A22934: hue angle of 354.55º 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 #A22934 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 41 | 52 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.36 |
| HSL | 354.55º | 0.6% | 0.4% | - |
| HSV(B) | 354.55º | 0.75% | 0.64% | - |
| XYZ | 16.31 | 9.52 | 4.23 | - |
| YUV | 78.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 52 | 0 | 0.75 | 0.68 | 0.36 | 354.55 | 0.6 | 0.4 |
| Hex | A2 | 29 | 34 | 0 | 4B | 44 | 24 | 163 | 3C | 28 |
| Octal | 242 | 51 | 64 | 0 | 113 | 104 | 44 | 543 | 74 | 50 |
| Binary | 10100010 | 101001 | 110100 | 0 | 1001011 | 1000100 | 100100 | 101100011 | 111100 | 101000 |
Color Harmonies of #A22934
Complementary color
Monochromatic Colors of #A22934
Black with #A22934
Text Example
Text Example
White with #A22934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22934; }
p { color: rgb(162,41,52); }
H1.HeaderClassName
{
color: #A22934;
}
.AnyTagClassName
{
color: #A22934;
}
</style>
background-color css
<style>
a { background-color: #A22934; }
a { background-color: rgb(162,41,52); }
div.DivClassName
{
background-color: #A22934;
}
.BgClassName
{
background-color: #A22934;
}
</style>
border-color css
<style>
span { border-color: #A22934; }
span { border-color: rgb(162,41,52); }
td.TdClassName
{
border-color: #A22934;
}
.TagClassName
{
border-color: #A22934;
}
</style>