Shades of Guardsman Red #AC222A
Tints of Guardsman Red #AC222A
RGB
CMYK
RGB Variations
Color information
#AC222A (or 0xAC222A) is known color: Guardsman Red. HEX triplet: AC, 22 and 2A. RGB value is (172,34,42). Sum of RGB (Red+Green+Blue) = 172+34+42=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC222A is #53DDD5. Grayscale: #4C4C4C. Windows color (decimal): -5496278 or 2761388. OLE color: 2761388.
HSL color Cylindrical-coordinate representation of color #AC222A: hue angle of 356.52º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC222A is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 42 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.33 |
| HSL | 356.52º | 0.67% | 0.4% | - |
| HSV(B) | 356.52º | 0.8% | 0.67% | - |
| XYZ | 18 | 10.08 | 3.19 | - |
| YUV | 76.17 | 108.72 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 42 | 0 | 0.80 | 0.76 | 0.33 | 356.52 | 0.67 | 0.4 |
| Hex | AC | 22 | 2A | 0 | 50 | 4C | 21 | 165 | 43 | 28 |
| Octal | 254 | 42 | 52 | 0 | 120 | 114 | 41 | 545 | 103 | 50 |
| Binary | 10101100 | 100010 | 101010 | 0 | 1010000 | 1001100 | 100001 | 101100101 | 1000011 | 101000 |
Color Harmonies of #AC222A
Complementary color
Monochromatic Colors of #AC222A
Black with #AC222A
Text Example
Text Example
White with #AC222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC222A; }
p { color: rgb(172,34,42); }
H1.HeaderClassName
{
color: #AC222A;
}
.AnyTagClassName
{
color: #AC222A;
}
</style>
background-color css
<style>
a { background-color: #AC222A; }
a { background-color: rgb(172,34,42); }
div.DivClassName
{
background-color: #AC222A;
}
.BgClassName
{
background-color: #AC222A;
}
</style>
border-color css
<style>
span { border-color: #AC222A; }
span { border-color: rgb(172,34,42); }
td.TdClassName
{
border-color: #AC222A;
}
.TagClassName
{
border-color: #AC222A;
}
</style>