Shades of Guardsman Red #AC292E
Tints of Guardsman Red #AC292E
RGB
CMYK
RGB Variations
Color information
#AC292E (or 0xAC292E) is known color: Guardsman Red. HEX triplet: AC, 29 and 2E. RGB value is (172,41,46). Sum of RGB (Red+Green+Blue) = 172+41+46=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC292E is #53D6D1. Grayscale: #505050. Windows color (decimal): -5494482 or 3025324. OLE color: 3025324.
HSL color Cylindrical-coordinate representation of color #AC292E: hue angle of 357.71º degrees, saturation: 0.62, 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 #AC292E is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 46 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.33 |
| HSL | 357.71º | 0.62% | 0.42% | - |
| HSV(B) | 357.71º | 0.76% | 0.67% | - |
| XYZ | 18.3 | 10.55 | 3.66 | - |
| YUV | 80.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 46 | 0 | 0.76 | 0.73 | 0.33 | 357.71 | 0.62 | 0.42 |
| Hex | AC | 29 | 2E | 0 | 4C | 49 | 21 | 166 | 3E | 2A |
| Octal | 254 | 51 | 56 | 0 | 114 | 111 | 41 | 546 | 76 | 52 |
| Binary | 10101100 | 101001 | 101110 | 0 | 1001100 | 1001001 | 100001 | 101100110 | 111110 | 101010 |
Color Harmonies of #AC292E
Complementary color
Monochromatic Colors of #AC292E
Black with #AC292E
Text Example
Text Example
White with #AC292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC292E; }
p { color: rgb(172,41,46); }
H1.HeaderClassName
{
color: #AC292E;
}
.AnyTagClassName
{
color: #AC292E;
}
</style>
background-color css
<style>
a { background-color: #AC292E; }
a { background-color: rgb(172,41,46); }
div.DivClassName
{
background-color: #AC292E;
}
.BgClassName
{
background-color: #AC292E;
}
</style>
border-color css
<style>
span { border-color: #AC292E; }
span { border-color: rgb(172,41,46); }
td.TdClassName
{
border-color: #AC292E;
}
.TagClassName
{
border-color: #AC292E;
}
</style>