Shades of Guardsman Red #AC2B3A
Tints of Guardsman Red #AC2B3A
RGB
CMYK
RGB Variations
Color information
#AC2B3A (or 0xAC2B3A) is known color: Guardsman Red. HEX triplet: AC, 2B and 3A. RGB value is (172,43,58). Sum of RGB (Red+Green+Blue) = 172+43+58=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2B3A is #53D4C5. Grayscale: #535353. Windows color (decimal): -5493958 or 3812268. OLE color: 3812268.
HSL color Cylindrical-coordinate representation of color #AC2B3A: hue angle of 353.02º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2B3A is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 43 | 58 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.33 |
| HSL | 353.02º | 0.6% | 0.42% | - |
| HSV(B) | 353.02º | 0.75% | 0.67% | - |
| XYZ | 18.64 | 10.8 | 5.11 | - |
| YUV | 83.28 | 113.74 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 58 | 0 | 0.75 | 0.66 | 0.33 | 353.02 | 0.6 | 0.42 |
| Hex | AC | 2B | 3A | 0 | 4B | 42 | 21 | 161 | 3C | 2A |
| Octal | 254 | 53 | 72 | 0 | 113 | 102 | 41 | 541 | 74 | 52 |
| Binary | 10101100 | 101011 | 111010 | 0 | 1001011 | 1000010 | 100001 | 101100001 | 111100 | 101010 |
Color Harmonies of #AC2B3A
Complementary color
Monochromatic Colors of #AC2B3A
Black with #AC2B3A
Text Example
Text Example
White with #AC2B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2B3A; }
p { color: rgb(172,43,58); }
H1.HeaderClassName
{
color: #AC2B3A;
}
.AnyTagClassName
{
color: #AC2B3A;
}
</style>
background-color css
<style>
a { background-color: #AC2B3A; }
a { background-color: rgb(172,43,58); }
div.DivClassName
{
background-color: #AC2B3A;
}
.BgClassName
{
background-color: #AC2B3A;
}
</style>
border-color css
<style>
span { border-color: #AC2B3A; }
span { border-color: rgb(172,43,58); }
td.TdClassName
{
border-color: #AC2B3A;
}
.TagClassName
{
border-color: #AC2B3A;
}
</style>