Shades of Guardsman Red #AC2223
Tints of Guardsman Red #AC2223
RGB
CMYK
RGB Variations
Color information
#AC2223 (or 0xAC2223) is known color: Guardsman Red. HEX triplet: AC, 22 and 23. RGB value is (172,34,35). Sum of RGB (Red+Green+Blue) = 172+34+35=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2223 is #53DDDC. Grayscale: #4B4B4B. Windows color (decimal): -5496285 or 2302636. OLE color: 2302636.
HSL color Cylindrical-coordinate representation of color #AC2223: hue angle of 359.57º 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 #AC2223 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 35 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.33 |
| HSL | 359.57º | 0.67% | 0.4% | - |
| HSV(B) | 359.57º | 0.8% | 0.67% | - |
| XYZ | 17.89 | 10.04 | 2.58 | - |
| YUV | 75.38 | 105.22 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 35 | 0 | 0.80 | 0.80 | 0.33 | 359.57 | 0.67 | 0.4 |
| Hex | AC | 22 | 23 | 0 | 50 | 50 | 21 | 168 | 43 | 28 |
| Octal | 254 | 42 | 43 | 0 | 120 | 120 | 41 | 550 | 103 | 50 |
| Binary | 10101100 | 100010 | 100011 | 0 | 1010000 | 1010000 | 100001 | 101101000 | 1000011 | 101000 |
Color Harmonies of #AC2223
Complementary color
Monochromatic Colors of #AC2223
Black with #AC2223
Text Example
Text Example
White with #AC2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2223; }
p { color: rgb(172,34,35); }
H1.HeaderClassName
{
color: #AC2223;
}
.AnyTagClassName
{
color: #AC2223;
}
</style>
background-color css
<style>
a { background-color: #AC2223; }
a { background-color: rgb(172,34,35); }
div.DivClassName
{
background-color: #AC2223;
}
.BgClassName
{
background-color: #AC2223;
}
</style>
border-color css
<style>
span { border-color: #AC2223; }
span { border-color: rgb(172,34,35); }
td.TdClassName
{
border-color: #AC2223;
}
.TagClassName
{
border-color: #AC2223;
}
</style>