Shades of Guardsman Red #AC2534
Tints of Guardsman Red #AC2534
RGB
CMYK
RGB Variations
Color information
#AC2534 (or 0xAC2534) is known color: Guardsman Red. HEX triplet: AC, 25 and 34. RGB value is (172,37,52). Sum of RGB (Red+Green+Blue) = 172+37+52=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2534 is #53DACB. Grayscale: #4F4F4F. Windows color (decimal): -5495500 or 3417516. OLE color: 3417516.
HSL color Cylindrical-coordinate representation of color #AC2534: hue angle of 353.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2534 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 52 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.33 |
| HSL | 353.33º | 0.65% | 0.41% | - |
| HSV(B) | 353.33º | 0.78% | 0.67% | - |
| XYZ | 18.29 | 10.34 | 4.28 | - |
| YUV | 79.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 52 | 0 | 0.78 | 0.70 | 0.33 | 353.33 | 0.65 | 0.41 |
| Hex | AC | 25 | 34 | 0 | 4E | 46 | 21 | 161 | 41 | 29 |
| Octal | 254 | 45 | 64 | 0 | 116 | 106 | 41 | 541 | 101 | 51 |
| Binary | 10101100 | 100101 | 110100 | 0 | 1001110 | 1000110 | 100001 | 101100001 | 1000001 | 101001 |
Color Harmonies of #AC2534
Complementary color
Monochromatic Colors of #AC2534
Black with #AC2534
Text Example
Text Example
White with #AC2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2534; }
p { color: rgb(172,37,52); }
H1.HeaderClassName
{
color: #AC2534;
}
.AnyTagClassName
{
color: #AC2534;
}
</style>
background-color css
<style>
a { background-color: #AC2534; }
a { background-color: rgb(172,37,52); }
div.DivClassName
{
background-color: #AC2534;
}
.BgClassName
{
background-color: #AC2534;
}
</style>
border-color css
<style>
span { border-color: #AC2534; }
span { border-color: rgb(172,37,52); }
td.TdClassName
{
border-color: #AC2534;
}
.TagClassName
{
border-color: #AC2534;
}
</style>