Shades of Guardsman Red #AC2834
Tints of Guardsman Red #AC2834
RGB
CMYK
RGB Variations
Color information
#AC2834 (or 0xAC2834) is known color: Guardsman Red. HEX triplet: AC, 28 and 34. RGB value is (172,40,52). Sum of RGB (Red+Green+Blue) = 172+40+52=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2834 is #53D7CB. Grayscale: #505050. Windows color (decimal): -5494732 or 3418284. OLE color: 3418284.
HSL color Cylindrical-coordinate representation of color #AC2834: hue angle of 354.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2834 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 52 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.33 |
| HSL | 354.55º | 0.62% | 0.42% | - |
| HSV(B) | 354.55º | 0.77% | 0.67% | - |
| XYZ | 18.39 | 10.54 | 4.31 | - |
| YUV | 80.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 52 | 0 | 0.77 | 0.70 | 0.33 | 354.55 | 0.62 | 0.42 |
| Hex | AC | 28 | 34 | 0 | 4D | 46 | 21 | 163 | 3E | 2A |
| Octal | 254 | 50 | 64 | 0 | 115 | 106 | 41 | 543 | 76 | 52 |
| Binary | 10101100 | 101000 | 110100 | 0 | 1001101 | 1000110 | 100001 | 101100011 | 111110 | 101010 |
Color Harmonies of #AC2834
Complementary color
Monochromatic Colors of #AC2834
Black with #AC2834
Text Example
Text Example
White with #AC2834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2834; }
p { color: rgb(172,40,52); }
H1.HeaderClassName
{
color: #AC2834;
}
.AnyTagClassName
{
color: #AC2834;
}
</style>
background-color css
<style>
a { background-color: #AC2834; }
a { background-color: rgb(172,40,52); }
div.DivClassName
{
background-color: #AC2834;
}
.BgClassName
{
background-color: #AC2834;
}
</style>
border-color css
<style>
span { border-color: #AC2834; }
span { border-color: rgb(172,40,52); }
td.TdClassName
{
border-color: #AC2834;
}
.TagClassName
{
border-color: #AC2834;
}
</style>