Shades of Guardsman Red #AC2A3B
Tints of Guardsman Red #AC2A3B
RGB
CMYK
RGB Variations
Color information
#AC2A3B (or 0xAC2A3B) is known color: Guardsman Red. HEX triplet: AC, 2A and 3B. RGB value is (172,42,59). Sum of RGB (Red+Green+Blue) = 172+42+59=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2A3B is #53D5C4. Grayscale: #525252. Windows color (decimal): -5494213 or 3877548. OLE color: 3877548.
HSL color Cylindrical-coordinate representation of color #AC2A3B: hue angle of 352.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2A3B is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 59 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.33 |
| HSL | 352.15º | 0.61% | 0.42% | - |
| HSV(B) | 352.15º | 0.76% | 0.67% | - |
| XYZ | 18.63 | 10.74 | 5.23 | - |
| YUV | 82.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 59 | 0 | 0.76 | 0.66 | 0.33 | 352.15 | 0.61 | 0.42 |
| Hex | AC | 2A | 3B | 0 | 4C | 42 | 21 | 160 | 3D | 2A |
| Octal | 254 | 52 | 73 | 0 | 114 | 102 | 41 | 540 | 75 | 52 |
| Binary | 10101100 | 101010 | 111011 | 0 | 1001100 | 1000010 | 100001 | 101100000 | 111101 | 101010 |
Color Harmonies of #AC2A3B
Complementary color
Monochromatic Colors of #AC2A3B
Black with #AC2A3B
Text Example
Text Example
White with #AC2A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2A3B; }
p { color: rgb(172,42,59); }
H1.HeaderClassName
{
color: #AC2A3B;
}
.AnyTagClassName
{
color: #AC2A3B;
}
</style>
background-color css
<style>
a { background-color: #AC2A3B; }
a { background-color: rgb(172,42,59); }
div.DivClassName
{
background-color: #AC2A3B;
}
.BgClassName
{
background-color: #AC2A3B;
}
</style>
border-color css
<style>
span { border-color: #AC2A3B; }
span { border-color: rgb(172,42,59); }
td.TdClassName
{
border-color: #AC2A3B;
}
.TagClassName
{
border-color: #AC2A3B;
}
</style>