Shades of Guardsman Red #A22227
Tints of Guardsman Red #A22227
RGB
CMYK
RGB Variations
Color information
#A22227 (or 0xA22227) is known color: Guardsman Red. HEX triplet: A2, 22 and 27. RGB value is (162,34,39). Sum of RGB (Red+Green+Blue) = 162+34+39=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A22227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22227 is #5DDDD8. Grayscale: #484848. Windows color (decimal): -6151641 or 2564770. OLE color: 2564770.
HSL color Cylindrical-coordinate representation of color #A22227: hue angle of 357.66º 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 #A22227 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 39 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.36 |
| HSL | 357.66º | 0.65% | 0.38% | - |
| HSV(B) | 357.66º | 0.79% | 0.64% | - |
| XYZ | 15.84 | 8.97 | 2.82 | - |
| YUV | 72.84 | 108.91 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 39 | 0 | 0.79 | 0.76 | 0.36 | 357.66 | 0.65 | 0.38 |
| Hex | A2 | 22 | 27 | 0 | 4F | 4C | 24 | 166 | 41 | 26 |
| Octal | 242 | 42 | 47 | 0 | 117 | 114 | 44 | 546 | 101 | 46 |
| Binary | 10100010 | 100010 | 100111 | 0 | 1001111 | 1001100 | 100100 | 101100110 | 1000001 | 100110 |
Color Harmonies of #A22227
Complementary color
Monochromatic Colors of #A22227
Black with #A22227
Text Example
Text Example
White with #A22227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22227; }
p { color: rgb(162,34,39); }
H1.HeaderClassName
{
color: #A22227;
}
.AnyTagClassName
{
color: #A22227;
}
</style>
background-color css
<style>
a { background-color: #A22227; }
a { background-color: rgb(162,34,39); }
div.DivClassName
{
background-color: #A22227;
}
.BgClassName
{
background-color: #A22227;
}
</style>
border-color css
<style>
span { border-color: #A22227; }
span { border-color: rgb(162,34,39); }
td.TdClassName
{
border-color: #A22227;
}
.TagClassName
{
border-color: #A22227;
}
</style>