Shades of Guardsman Red #AC2837
Tints of Guardsman Red #AC2837
RGB
CMYK
RGB Variations
Color information
#AC2837 (or 0xAC2837) is known color: Guardsman Red. HEX triplet: AC, 28 and 37. RGB value is (172,40,55). Sum of RGB (Red+Green+Blue) = 172+40+55=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2837 is #53D7C8. Grayscale: #515151. Windows color (decimal): -5494729 or 3614892. OLE color: 3614892.
HSL color Cylindrical-coordinate representation of color #AC2837: hue angle of 353.18º 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 #AC2837 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 55 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.33 |
| HSL | 353.18º | 0.62% | 0.42% | - |
| HSV(B) | 353.18º | 0.77% | 0.67% | - |
| XYZ | 18.46 | 10.56 | 4.68 | - |
| YUV | 81.18 | 113.23 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 55 | 0 | 0.77 | 0.68 | 0.33 | 353.18 | 0.62 | 0.42 |
| Hex | AC | 28 | 37 | 0 | 4D | 44 | 21 | 161 | 3E | 2A |
| Octal | 254 | 50 | 67 | 0 | 115 | 104 | 41 | 541 | 76 | 52 |
| Binary | 10101100 | 101000 | 110111 | 0 | 1001101 | 1000100 | 100001 | 101100001 | 111110 | 101010 |
Color Harmonies of #AC2837
Complementary color
Monochromatic Colors of #AC2837
Black with #AC2837
Text Example
Text Example
White with #AC2837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2837; }
p { color: rgb(172,40,55); }
H1.HeaderClassName
{
color: #AC2837;
}
.AnyTagClassName
{
color: #AC2837;
}
</style>
background-color css
<style>
a { background-color: #AC2837; }
a { background-color: rgb(172,40,55); }
div.DivClassName
{
background-color: #AC2837;
}
.BgClassName
{
background-color: #AC2837;
}
</style>
border-color css
<style>
span { border-color: #AC2837; }
span { border-color: rgb(172,40,55); }
td.TdClassName
{
border-color: #AC2837;
}
.TagClassName
{
border-color: #AC2837;
}
</style>