Shades of Guardsman Red #A22226
Tints of Guardsman Red #A22226
RGB
CMYK
RGB Variations
Color information
#A22226 (or 0xA22226) is known color: Guardsman Red. HEX triplet: A2, 22 and 26. RGB value is (162,34,38). Sum of RGB (Red+Green+Blue) = 162+34+38=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A22226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22226 is #5DDDD9. Grayscale: #484848. Windows color (decimal): -6151642 or 2499234. OLE color: 2499234.
HSL color Cylindrical-coordinate representation of color #A22226: hue angle of 358.12º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22226 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 38 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.36 |
| HSL | 358.13º | 0.65% | 0.38% | - |
| HSV(B) | 358.13º | 0.79% | 0.64% | - |
| XYZ | 15.82 | 8.97 | 2.73 | - |
| YUV | 72.73 | 108.41 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 38 | 0 | 0.79 | 0.77 | 0.36 | 358.13 | 0.65 | 0.38 |
| Hex | A2 | 22 | 26 | 0 | 4F | 4D | 24 | 166 | 41 | 26 |
| Octal | 242 | 42 | 46 | 0 | 117 | 115 | 44 | 546 | 101 | 46 |
| Binary | 10100010 | 100010 | 100110 | 0 | 1001111 | 1001101 | 100100 | 101100110 | 1000001 | 100110 |
Color Harmonies of #A22226
Complementary color
Monochromatic Colors of #A22226
Black with #A22226
Text Example
Text Example
White with #A22226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22226; }
p { color: rgb(162,34,38); }
H1.HeaderClassName
{
color: #A22226;
}
.AnyTagClassName
{
color: #A22226;
}
</style>
background-color css
<style>
a { background-color: #A22226; }
a { background-color: rgb(162,34,38); }
div.DivClassName
{
background-color: #A22226;
}
.BgClassName
{
background-color: #A22226;
}
</style>
border-color css
<style>
span { border-color: #A22226; }
span { border-color: rgb(162,34,38); }
td.TdClassName
{
border-color: #A22226;
}
.TagClassName
{
border-color: #A22226;
}
</style>