Shades of Guardsman Red #AC2431
Tints of Guardsman Red #AC2431
RGB
CMYK
RGB Variations
Color information
#AC2431 (or 0xAC2431) is known color: Guardsman Red. HEX triplet: AC, 24 and 31. RGB value is (172,36,49). Sum of RGB (Red+Green+Blue) = 172+36+49=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2431 is #53DBCE. Grayscale: #4E4E4E. Windows color (decimal): -5495759 or 3220652. OLE color: 3220652.
HSL color Cylindrical-coordinate representation of color #AC2431: hue angle of 354.26º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2431 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 49 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.33 |
| HSL | 354.26º | 0.65% | 0.41% | - |
| HSV(B) | 354.26º | 0.79% | 0.67% | - |
| XYZ | 18.2 | 10.25 | 3.93 | - |
| YUV | 78.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 49 | 0 | 0.79 | 0.72 | 0.33 | 354.26 | 0.65 | 0.41 |
| Hex | AC | 24 | 31 | 0 | 4F | 48 | 21 | 162 | 41 | 29 |
| Octal | 254 | 44 | 61 | 0 | 117 | 110 | 41 | 542 | 101 | 51 |
| Binary | 10101100 | 100100 | 110001 | 0 | 1001111 | 1001000 | 100001 | 101100010 | 1000001 | 101001 |
Color Harmonies of #AC2431
Complementary color
Monochromatic Colors of #AC2431
Black with #AC2431
Text Example
Text Example
White with #AC2431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2431; }
p { color: rgb(172,36,49); }
H1.HeaderClassName
{
color: #AC2431;
}
.AnyTagClassName
{
color: #AC2431;
}
</style>
background-color css
<style>
a { background-color: #AC2431; }
a { background-color: rgb(172,36,49); }
div.DivClassName
{
background-color: #AC2431;
}
.BgClassName
{
background-color: #AC2431;
}
</style>
border-color css
<style>
span { border-color: #AC2431; }
span { border-color: rgb(172,36,49); }
td.TdClassName
{
border-color: #AC2431;
}
.TagClassName
{
border-color: #AC2431;
}
</style>