Shades of Guardsman Red #AC3C3E
Tints of Guardsman Red #AC3C3E
RGB
CMYK
RGB Variations
Color information
#AC3C3E (or 0xAC3C3E) is known color: Guardsman Red. HEX triplet: AC, 3C and 3E. RGB value is (172,60,62). Sum of RGB (Red+Green+Blue) = 172+60+62=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C3E is #53C3C1. Grayscale: #5D5D5D. Windows color (decimal): -5489602 or 4078764. OLE color: 4078764.
HSL color Cylindrical-coordinate representation of color #AC3C3E: hue angle of 358.93º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3C3E is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 62 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.33 |
| HSL | 358.93º | 0.48% | 0.45% | - |
| HSV(B) | 358.93º | 0.65% | 0.67% | - |
| XYZ | 19.5 | 12.35 | 5.91 | - |
| YUV | 93.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 62 | 0 | 0.65 | 0.64 | 0.33 | 358.93 | 0.48 | 0.45 |
| Hex | AC | 3C | 3E | 0 | 41 | 40 | 21 | 167 | 30 | 2D |
| Octal | 254 | 74 | 76 | 0 | 101 | 100 | 41 | 547 | 60 | 55 |
| Binary | 10101100 | 111100 | 111110 | 0 | 1000001 | 1000000 | 100001 | 101100111 | 110000 | 101101 |
Color Harmonies of #AC3C3E
Complementary color
Monochromatic Colors of #AC3C3E
Black with #AC3C3E
Text Example
Text Example
White with #AC3C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C3E; }
p { color: rgb(172,60,62); }
H1.HeaderClassName
{
color: #AC3C3E;
}
.AnyTagClassName
{
color: #AC3C3E;
}
</style>
background-color css
<style>
a { background-color: #AC3C3E; }
a { background-color: rgb(172,60,62); }
div.DivClassName
{
background-color: #AC3C3E;
}
.BgClassName
{
background-color: #AC3C3E;
}
</style>
border-color css
<style>
span { border-color: #AC3C3E; }
span { border-color: rgb(172,60,62); }
td.TdClassName
{
border-color: #AC3C3E;
}
.TagClassName
{
border-color: #AC3C3E;
}
</style>