Shades of Guardsman Red #AC222E
Tints of Guardsman Red #AC222E
RGB
CMYK
RGB Variations
Color information
#AC222E (or 0xAC222E) is known color: Guardsman Red. HEX triplet: AC, 22 and 2E. RGB value is (172,34,46). Sum of RGB (Red+Green+Blue) = 172+34+46=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC222E is #53DDD1. Grayscale: #4C4C4C. Windows color (decimal): -5496274 or 3023532. OLE color: 3023532.
HSL color Cylindrical-coordinate representation of color #AC222E: hue angle of 354.78º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC222E is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 46 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.33 |
| HSL | 354.78º | 0.67% | 0.4% | - |
| HSV(B) | 354.78º | 0.8% | 0.67% | - |
| XYZ | 18.08 | 10.11 | 3.58 | - |
| YUV | 76.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 46 | 0 | 0.80 | 0.73 | 0.33 | 354.78 | 0.67 | 0.4 |
| Hex | AC | 22 | 2E | 0 | 50 | 49 | 21 | 163 | 43 | 28 |
| Octal | 254 | 42 | 56 | 0 | 120 | 111 | 41 | 543 | 103 | 50 |
| Binary | 10101100 | 100010 | 101110 | 0 | 1010000 | 1001001 | 100001 | 101100011 | 1000011 | 101000 |
Color Harmonies of #AC222E
Complementary color
Monochromatic Colors of #AC222E
Black with #AC222E
Text Example
Text Example
White with #AC222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC222E; }
p { color: rgb(172,34,46); }
H1.HeaderClassName
{
color: #AC222E;
}
.AnyTagClassName
{
color: #AC222E;
}
</style>
background-color css
<style>
a { background-color: #AC222E; }
a { background-color: rgb(172,34,46); }
div.DivClassName
{
background-color: #AC222E;
}
.BgClassName
{
background-color: #AC222E;
}
</style>
border-color css
<style>
span { border-color: #AC222E; }
span { border-color: rgb(172,34,46); }
td.TdClassName
{
border-color: #AC222E;
}
.TagClassName
{
border-color: #AC222E;
}
</style>