Shades of Guardsman Red #AC2D35
Tints of Guardsman Red #AC2D35
RGB
CMYK
RGB Variations
Color information
#AC2D35 (or 0xAC2D35) is known color: Guardsman Red. HEX triplet: AC, 2D and 35. RGB value is (172,45,53). Sum of RGB (Red+Green+Blue) = 172+45+53=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2D35 is #53D2CA. Grayscale: #535353. Windows color (decimal): -5493451 or 3485100. OLE color: 3485100.
HSL color Cylindrical-coordinate representation of color #AC2D35: hue angle of 356.22º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2D35 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 45 | 53 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.33 |
| HSL | 356.22º | 0.59% | 0.43% | - |
| HSV(B) | 356.22º | 0.74% | 0.67% | - |
| XYZ | 18.59 | 10.9 | 4.49 | - |
| YUV | 83.89 | 110.58 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 53 | 0 | 0.74 | 0.69 | 0.33 | 356.22 | 0.59 | 0.43 |
| Hex | AC | 2D | 35 | 0 | 4A | 45 | 21 | 164 | 3B | 2B |
| Octal | 254 | 55 | 65 | 0 | 112 | 105 | 41 | 544 | 73 | 53 |
| Binary | 10101100 | 101101 | 110101 | 0 | 1001010 | 1000101 | 100001 | 101100100 | 111011 | 101011 |
Color Harmonies of #AC2D35
Complementary color
Monochromatic Colors of #AC2D35
Black with #AC2D35
Text Example
Text Example
White with #AC2D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D35; }
p { color: rgb(172,45,53); }
H1.HeaderClassName
{
color: #AC2D35;
}
.AnyTagClassName
{
color: #AC2D35;
}
</style>
background-color css
<style>
a { background-color: #AC2D35; }
a { background-color: rgb(172,45,53); }
div.DivClassName
{
background-color: #AC2D35;
}
.BgClassName
{
background-color: #AC2D35;
}
</style>
border-color css
<style>
span { border-color: #AC2D35; }
span { border-color: rgb(172,45,53); }
td.TdClassName
{
border-color: #AC2D35;
}
.TagClassName
{
border-color: #AC2D35;
}
</style>