Shades of Guardsman Red #AC212A
Tints of Guardsman Red #AC212A
RGB
CMYK
RGB Variations
Color information
#AC212A (or 0xAC212A) is known color: Guardsman Red. HEX triplet: AC, 21 and 2A. RGB value is (172,33,42). Sum of RGB (Red+Green+Blue) = 172+33+42=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC212A is #53DED5. Grayscale: #4B4B4B. Windows color (decimal): -5496534 or 2761132. OLE color: 2761132.
HSL color Cylindrical-coordinate representation of color #AC212A: hue angle of 356.12º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC212A is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 42 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.33 |
| HSL | 356.12º | 0.68% | 0.4% | - |
| HSV(B) | 356.12º | 0.81% | 0.67% | - |
| XYZ | 17.98 | 10.03 | 3.18 | - |
| YUV | 75.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 42 | 0 | 0.81 | 0.76 | 0.33 | 356.12 | 0.68 | 0.4 |
| Hex | AC | 21 | 2A | 0 | 51 | 4C | 21 | 164 | 44 | 28 |
| Octal | 254 | 41 | 52 | 0 | 121 | 114 | 41 | 544 | 104 | 50 |
| Binary | 10101100 | 100001 | 101010 | 0 | 1010001 | 1001100 | 100001 | 101100100 | 1000100 | 101000 |
Color Harmonies of #AC212A
Complementary color
Monochromatic Colors of #AC212A
Black with #AC212A
Text Example
Text Example
White with #AC212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC212A; }
p { color: rgb(172,33,42); }
H1.HeaderClassName
{
color: #AC212A;
}
.AnyTagClassName
{
color: #AC212A;
}
</style>
background-color css
<style>
a { background-color: #AC212A; }
a { background-color: rgb(172,33,42); }
div.DivClassName
{
background-color: #AC212A;
}
.BgClassName
{
background-color: #AC212A;
}
</style>
border-color css
<style>
span { border-color: #AC212A; }
span { border-color: rgb(172,33,42); }
td.TdClassName
{
border-color: #AC212A;
}
.TagClassName
{
border-color: #AC212A;
}
</style>