Shades of Guardsman Red #AC2028
Tints of Guardsman Red #AC2028
RGB
CMYK
RGB Variations
Color information
#AC2028 (or 0xAC2028) is known color: Guardsman Red. HEX triplet: AC, 20 and 28. RGB value is (172,32,40). Sum of RGB (Red+Green+Blue) = 172+32+40=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2028 is #53DFD7. Grayscale: #4A4A4A. Windows color (decimal): -5496792 or 2629804. OLE color: 2629804.
HSL color Cylindrical-coordinate representation of color #AC2028: hue angle of 356.57º 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 #AC2028 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 40 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.33 |
| HSL | 356.57º | 0.69% | 0.4% | - |
| HSV(B) | 356.57º | 0.81% | 0.67% | - |
| XYZ | 17.91 | 9.96 | 2.99 | - |
| YUV | 74.77 | 108.38 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 40 | 0 | 0.81 | 0.77 | 0.33 | 356.57 | 0.69 | 0.4 |
| Hex | AC | 20 | 28 | 0 | 51 | 4D | 21 | 165 | 45 | 28 |
| Octal | 254 | 40 | 50 | 0 | 121 | 115 | 41 | 545 | 105 | 50 |
| Binary | 10101100 | 100000 | 101000 | 0 | 1010001 | 1001101 | 100001 | 101100101 | 1000101 | 101000 |
Color Harmonies of #AC2028
Complementary color
Monochromatic Colors of #AC2028
Black with #AC2028
Text Example
Text Example
White with #AC2028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2028; }
p { color: rgb(172,32,40); }
H1.HeaderClassName
{
color: #AC2028;
}
.AnyTagClassName
{
color: #AC2028;
}
</style>
background-color css
<style>
a { background-color: #AC2028; }
a { background-color: rgb(172,32,40); }
div.DivClassName
{
background-color: #AC2028;
}
.BgClassName
{
background-color: #AC2028;
}
</style>
border-color css
<style>
span { border-color: #AC2028; }
span { border-color: rgb(172,32,40); }
td.TdClassName
{
border-color: #AC2028;
}
.TagClassName
{
border-color: #AC2028;
}
</style>