Shades of Guardsman Red #AC202B
Tints of Guardsman Red #AC202B
RGB
CMYK
RGB Variations
Color information
#AC202B (or 0xAC202B) is known color: Guardsman Red. HEX triplet: AC, 20 and 2B. RGB value is (172,32,43). Sum of RGB (Red+Green+Blue) = 172+32+43=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC202B is #53DFD4. Grayscale: #4B4B4B. Windows color (decimal): -5496789 or 2826412. OLE color: 2826412.
HSL color Cylindrical-coordinate representation of color #AC202B: hue angle of 355.29º 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 #AC202B is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 43 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.33 |
| HSL | 355.29º | 0.69% | 0.4% | - |
| HSV(B) | 355.29º | 0.81% | 0.67% | - |
| XYZ | 17.97 | 9.98 | 3.26 | - |
| YUV | 75.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 43 | 0 | 0.81 | 0.75 | 0.33 | 355.29 | 0.69 | 0.4 |
| Hex | AC | 20 | 2B | 0 | 51 | 4B | 21 | 163 | 45 | 28 |
| Octal | 254 | 40 | 53 | 0 | 121 | 113 | 41 | 543 | 105 | 50 |
| Binary | 10101100 | 100000 | 101011 | 0 | 1010001 | 1001011 | 100001 | 101100011 | 1000101 | 101000 |
Color Harmonies of #AC202B
Complementary color
Monochromatic Colors of #AC202B
Black with #AC202B
Text Example
Text Example
White with #AC202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC202B; }
p { color: rgb(172,32,43); }
H1.HeaderClassName
{
color: #AC202B;
}
.AnyTagClassName
{
color: #AC202B;
}
</style>
background-color css
<style>
a { background-color: #AC202B; }
a { background-color: rgb(172,32,43); }
div.DivClassName
{
background-color: #AC202B;
}
.BgClassName
{
background-color: #AC202B;
}
</style>
border-color css
<style>
span { border-color: #AC202B; }
span { border-color: rgb(172,32,43); }
td.TdClassName
{
border-color: #AC202B;
}
.TagClassName
{
border-color: #AC202B;
}
</style>