Shades of Guardsman Red #A8222F
Tints of Guardsman Red #A8222F
RGB
CMYK
RGB Variations
Color information
#A8222F (or 0xA8222F) is known color: Guardsman Red. HEX triplet: A8, 22 and 2F. RGB value is (168,34,47). Sum of RGB (Red+Green+Blue) = 168+34+47=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A8222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8222F is #57DDD0. Grayscale: #4B4B4B. Windows color (decimal): -5758417 or 3089064. OLE color: 3089064.
HSL color Cylindrical-coordinate representation of color #A8222F: hue angle of 354.18º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8222F is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 47 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.34 |
| HSL | 354.18º | 0.66% | 0.4% | - |
| HSV(B) | 354.18º | 0.8% | 0.66% | - |
| XYZ | 17.23 | 9.67 | 3.65 | - |
| YUV | 75.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 47 | 0 | 0.80 | 0.72 | 0.34 | 354.18 | 0.66 | 0.4 |
| Hex | A8 | 22 | 2F | 0 | 50 | 48 | 22 | 162 | 42 | 28 |
| Octal | 250 | 42 | 57 | 0 | 120 | 110 | 42 | 542 | 102 | 50 |
| Binary | 10101000 | 100010 | 101111 | 0 | 1010000 | 1001000 | 100010 | 101100010 | 1000010 | 101000 |
Color Harmonies of #A8222F
Complementary color
Monochromatic Colors of #A8222F
Black with #A8222F
Text Example
Text Example
White with #A8222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8222F; }
p { color: rgb(168,34,47); }
H1.HeaderClassName
{
color: #A8222F;
}
.AnyTagClassName
{
color: #A8222F;
}
</style>
background-color css
<style>
a { background-color: #A8222F; }
a { background-color: rgb(168,34,47); }
div.DivClassName
{
background-color: #A8222F;
}
.BgClassName
{
background-color: #A8222F;
}
</style>
border-color css
<style>
span { border-color: #A8222F; }
span { border-color: rgb(168,34,47); }
td.TdClassName
{
border-color: #A8222F;
}
.TagClassName
{
border-color: #A8222F;
}
</style>