Shades of Guardsman Red #AC353E
Tints of Guardsman Red #AC353E
RGB
CMYK
RGB Variations
Color information
#AC353E (or 0xAC353E) is known color: Guardsman Red. HEX triplet: AC, 35 and 3E. RGB value is (172,53,62). Sum of RGB (Red+Green+Blue) = 172+53+62=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC353E is #53CAC1. Grayscale: #595959. Windows color (decimal): -5491394 or 4076972. OLE color: 4076972.
HSL color Cylindrical-coordinate representation of color #AC353E: hue angle of 355.46º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC353E is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 62 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.33 |
| HSL | 355.46º | 0.53% | 0.44% | - |
| HSV(B) | 355.46º | 0.69% | 0.67% | - |
| XYZ | 19.16 | 11.66 | 5.8 | - |
| YUV | 89.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 62 | 0 | 0.69 | 0.64 | 0.33 | 355.46 | 0.53 | 0.44 |
| Hex | AC | 35 | 3E | 0 | 45 | 40 | 21 | 163 | 35 | 2C |
| Octal | 254 | 65 | 76 | 0 | 105 | 100 | 41 | 543 | 65 | 54 |
| Binary | 10101100 | 110101 | 111110 | 0 | 1000101 | 1000000 | 100001 | 101100011 | 110101 | 101100 |
Color Harmonies of #AC353E
Complementary color
Monochromatic Colors of #AC353E
Black with #AC353E
Text Example
Text Example
White with #AC353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC353E; }
p { color: rgb(172,53,62); }
H1.HeaderClassName
{
color: #AC353E;
}
.AnyTagClassName
{
color: #AC353E;
}
</style>
background-color css
<style>
a { background-color: #AC353E; }
a { background-color: rgb(172,53,62); }
div.DivClassName
{
background-color: #AC353E;
}
.BgClassName
{
background-color: #AC353E;
}
</style>
border-color css
<style>
span { border-color: #AC353E; }
span { border-color: rgb(172,53,62); }
td.TdClassName
{
border-color: #AC353E;
}
.TagClassName
{
border-color: #AC353E;
}
</style>