Shades of Guardsman Red #AC232D
Tints of Guardsman Red #AC232D
RGB
CMYK
RGB Variations
Color information
#AC232D (or 0xAC232D) is known color: Guardsman Red. HEX triplet: AC, 23 and 2D. RGB value is (172,35,45). Sum of RGB (Red+Green+Blue) = 172+35+45=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC232D is #53DCD2. Grayscale: #4D4D4D. Windows color (decimal): -5496019 or 2958252. OLE color: 2958252.
HSL color Cylindrical-coordinate representation of color #AC232D: hue angle of 355.62º 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 #AC232D is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 45 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.33 |
| HSL | 355.62º | 0.66% | 0.41% | - |
| HSV(B) | 355.62º | 0.8% | 0.67% | - |
| XYZ | 18.09 | 10.16 | 3.49 | - |
| YUV | 77.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 45 | 0 | 0.80 | 0.74 | 0.33 | 355.62 | 0.66 | 0.41 |
| Hex | AC | 23 | 2D | 0 | 50 | 4A | 21 | 164 | 42 | 29 |
| Octal | 254 | 43 | 55 | 0 | 120 | 112 | 41 | 544 | 102 | 51 |
| Binary | 10101100 | 100011 | 101101 | 0 | 1010000 | 1001010 | 100001 | 101100100 | 1000010 | 101001 |
Color Harmonies of #AC232D
Complementary color
Monochromatic Colors of #AC232D
Black with #AC232D
Text Example
Text Example
White with #AC232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC232D; }
p { color: rgb(172,35,45); }
H1.HeaderClassName
{
color: #AC232D;
}
.AnyTagClassName
{
color: #AC232D;
}
</style>
background-color css
<style>
a { background-color: #AC232D; }
a { background-color: rgb(172,35,45); }
div.DivClassName
{
background-color: #AC232D;
}
.BgClassName
{
background-color: #AC232D;
}
</style>
border-color css
<style>
span { border-color: #AC232D; }
span { border-color: rgb(172,35,45); }
td.TdClassName
{
border-color: #AC232D;
}
.TagClassName
{
border-color: #AC232D;
}
</style>