Shades of Guardsman Red #AC232C
Tints of Guardsman Red #AC232C
RGB
CMYK
RGB Variations
Color information
#AC232C (or 0xAC232C) is known color: Guardsman Red. HEX triplet: AC, 23 and 2C. RGB value is (172,35,44). Sum of RGB (Red+Green+Blue) = 172+35+44=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC232C is #53DCD3. Grayscale: #4D4D4D. Windows color (decimal): -5496020 or 2892716. OLE color: 2892716.
HSL color Cylindrical-coordinate representation of color #AC232C: hue angle of 356.06º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC232C is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 44 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.33 |
| HSL | 356.06º | 0.66% | 0.41% | - |
| HSV(B) | 356.06º | 0.8% | 0.67% | - |
| XYZ | 18.07 | 10.15 | 3.39 | - |
| YUV | 76.99 | 109.39 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 44 | 0 | 0.80 | 0.74 | 0.33 | 356.06 | 0.66 | 0.41 |
| Hex | AC | 23 | 2C | 0 | 50 | 4A | 21 | 164 | 42 | 29 |
| Octal | 254 | 43 | 54 | 0 | 120 | 112 | 41 | 544 | 102 | 51 |
| Binary | 10101100 | 100011 | 101100 | 0 | 1010000 | 1001010 | 100001 | 101100100 | 1000010 | 101001 |
Color Harmonies of #AC232C
Complementary color
Monochromatic Colors of #AC232C
Black with #AC232C
Text Example
Text Example
White with #AC232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC232C; }
p { color: rgb(172,35,44); }
H1.HeaderClassName
{
color: #AC232C;
}
.AnyTagClassName
{
color: #AC232C;
}
</style>
background-color css
<style>
a { background-color: #AC232C; }
a { background-color: rgb(172,35,44); }
div.DivClassName
{
background-color: #AC232C;
}
.BgClassName
{
background-color: #AC232C;
}
</style>
border-color css
<style>
span { border-color: #AC232C; }
span { border-color: rgb(172,35,44); }
td.TdClassName
{
border-color: #AC232C;
}
.TagClassName
{
border-color: #AC232C;
}
</style>