Shades of Guardsman Red #AC202D
Tints of Guardsman Red #AC202D
RGB
CMYK
RGB Variations
Color information
#AC202D (or 0xAC202D) is known color: Guardsman Red. HEX triplet: AC, 20 and 2D. RGB value is (172,32,45). Sum of RGB (Red+Green+Blue) = 172+32+45=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC202D is #53DFD2. Grayscale: #4B4B4B. Windows color (decimal): -5496787 or 2957484. OLE color: 2957484.
HSL color Cylindrical-coordinate representation of color #AC202D: hue angle of 354.43º degrees, saturation: 0.69, 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 #AC202D is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 45 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.33 |
| HSL | 354.43º | 0.69% | 0.4% | - |
| HSV(B) | 354.43º | 0.81% | 0.67% | - |
| XYZ | 18 | 9.99 | 3.46 | - |
| YUV | 75.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 45 | 0 | 0.81 | 0.74 | 0.33 | 354.43 | 0.69 | 0.4 |
| Hex | AC | 20 | 2D | 0 | 51 | 4A | 21 | 162 | 45 | 28 |
| Octal | 254 | 40 | 55 | 0 | 121 | 112 | 41 | 542 | 105 | 50 |
| Binary | 10101100 | 100000 | 101101 | 0 | 1010001 | 1001010 | 100001 | 101100010 | 1000101 | 101000 |
Color Harmonies of #AC202D
Complementary color
Monochromatic Colors of #AC202D
Black with #AC202D
Text Example
Text Example
White with #AC202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC202D; }
p { color: rgb(172,32,45); }
H1.HeaderClassName
{
color: #AC202D;
}
.AnyTagClassName
{
color: #AC202D;
}
</style>
background-color css
<style>
a { background-color: #AC202D; }
a { background-color: rgb(172,32,45); }
div.DivClassName
{
background-color: #AC202D;
}
.BgClassName
{
background-color: #AC202D;
}
</style>
border-color css
<style>
span { border-color: #AC202D; }
span { border-color: rgb(172,32,45); }
td.TdClassName
{
border-color: #AC202D;
}
.TagClassName
{
border-color: #AC202D;
}
</style>