Shades of Guardsman Red #AC202C
Tints of Guardsman Red #AC202C
RGB
CMYK
RGB Variations
Color information
#AC202C (or 0xAC202C) is known color: Guardsman Red. HEX triplet: AC, 20 and 2C. RGB value is (172,32,44). Sum of RGB (Red+Green+Blue) = 172+32+44=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC202C is #53DFD3. Grayscale: #4B4B4B. Windows color (decimal): -5496788 or 2891948. OLE color: 2891948.
HSL color Cylindrical-coordinate representation of color #AC202C: hue angle of 354.86º 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 #AC202C is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 44 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.33 |
| HSL | 354.86º | 0.69% | 0.4% | - |
| HSV(B) | 354.86º | 0.81% | 0.67% | - |
| XYZ | 17.98 | 9.99 | 3.36 | - |
| YUV | 75.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 44 | 0 | 0.81 | 0.74 | 0.33 | 354.86 | 0.69 | 0.4 |
| Hex | AC | 20 | 2C | 0 | 51 | 4A | 21 | 163 | 45 | 28 |
| Octal | 254 | 40 | 54 | 0 | 121 | 112 | 41 | 543 | 105 | 50 |
| Binary | 10101100 | 100000 | 101100 | 0 | 1010001 | 1001010 | 100001 | 101100011 | 1000101 | 101000 |
Color Harmonies of #AC202C
Complementary color
Monochromatic Colors of #AC202C
Black with #AC202C
Text Example
Text Example
White with #AC202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC202C; }
p { color: rgb(172,32,44); }
H1.HeaderClassName
{
color: #AC202C;
}
.AnyTagClassName
{
color: #AC202C;
}
</style>
background-color css
<style>
a { background-color: #AC202C; }
a { background-color: rgb(172,32,44); }
div.DivClassName
{
background-color: #AC202C;
}
.BgClassName
{
background-color: #AC202C;
}
</style>
border-color css
<style>
span { border-color: #AC202C; }
span { border-color: rgb(172,32,44); }
td.TdClassName
{
border-color: #AC202C;
}
.TagClassName
{
border-color: #AC202C;
}
</style>