Shades of Guardsman Red #AC222F
Tints of Guardsman Red #AC222F
RGB
CMYK
RGB Variations
Color information
#AC222F (or 0xAC222F) is known color: Guardsman Red. HEX triplet: AC, 22 and 2F. RGB value is (172,34,47). Sum of RGB (Red+Green+Blue) = 172+34+47=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC222F is #53DDD0. Grayscale: #4C4C4C. Windows color (decimal): -5496273 or 3089068. OLE color: 3089068.
HSL color Cylindrical-coordinate representation of color #AC222F: hue angle of 354.35º 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 #AC222F is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 47 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.33 |
| HSL | 354.35º | 0.67% | 0.4% | - |
| HSV(B) | 354.35º | 0.8% | 0.67% | - |
| XYZ | 18.1 | 10.12 | 3.69 | - |
| YUV | 76.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 47 | 0 | 0.80 | 0.73 | 0.33 | 354.35 | 0.67 | 0.4 |
| Hex | AC | 22 | 2F | 0 | 50 | 49 | 21 | 162 | 43 | 28 |
| Octal | 254 | 42 | 57 | 0 | 120 | 111 | 41 | 542 | 103 | 50 |
| Binary | 10101100 | 100010 | 101111 | 0 | 1010000 | 1001001 | 100001 | 101100010 | 1000011 | 101000 |
Color Harmonies of #AC222F
Complementary color
Monochromatic Colors of #AC222F
Black with #AC222F
Text Example
Text Example
White with #AC222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC222F; }
p { color: rgb(172,34,47); }
H1.HeaderClassName
{
color: #AC222F;
}
.AnyTagClassName
{
color: #AC222F;
}
</style>
background-color css
<style>
a { background-color: #AC222F; }
a { background-color: rgb(172,34,47); }
div.DivClassName
{
background-color: #AC222F;
}
.BgClassName
{
background-color: #AC222F;
}
</style>
border-color css
<style>
span { border-color: #AC222F; }
span { border-color: rgb(172,34,47); }
td.TdClassName
{
border-color: #AC222F;
}
.TagClassName
{
border-color: #AC222F;
}
</style>