Shades of Guardsman Red #AC212D
Tints of Guardsman Red #AC212D
RGB
CMYK
RGB Variations
Color information
#AC212D (or 0xAC212D) is known color: Guardsman Red. HEX triplet: AC, 21 and 2D. RGB value is (172,33,45). Sum of RGB (Red+Green+Blue) = 172+33+45=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC212D is #53DED2. Grayscale: #4C4C4C. Windows color (decimal): -5496531 or 2957740. OLE color: 2957740.
HSL color Cylindrical-coordinate representation of color #AC212D: hue angle of 354.82º 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 #AC212D is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 45 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.33 |
| HSL | 354.82º | 0.68% | 0.4% | - |
| HSV(B) | 354.82º | 0.81% | 0.67% | - |
| XYZ | 18.03 | 10.05 | 3.47 | - |
| YUV | 75.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 45 | 0 | 0.81 | 0.74 | 0.33 | 354.82 | 0.68 | 0.4 |
| Hex | AC | 21 | 2D | 0 | 51 | 4A | 21 | 163 | 44 | 28 |
| Octal | 254 | 41 | 55 | 0 | 121 | 112 | 41 | 543 | 104 | 50 |
| Binary | 10101100 | 100001 | 101101 | 0 | 1010001 | 1001010 | 100001 | 101100011 | 1000100 | 101000 |
Color Harmonies of #AC212D
Complementary color
Monochromatic Colors of #AC212D
Black with #AC212D
Text Example
Text Example
White with #AC212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC212D; }
p { color: rgb(172,33,45); }
H1.HeaderClassName
{
color: #AC212D;
}
.AnyTagClassName
{
color: #AC212D;
}
</style>
background-color css
<style>
a { background-color: #AC212D; }
a { background-color: rgb(172,33,45); }
div.DivClassName
{
background-color: #AC212D;
}
.BgClassName
{
background-color: #AC212D;
}
</style>
border-color css
<style>
span { border-color: #AC212D; }
span { border-color: rgb(172,33,45); }
td.TdClassName
{
border-color: #AC212D;
}
.TagClassName
{
border-color: #AC212D;
}
</style>