Shades of Guardsman Red #AC343C
Tints of Guardsman Red #AC343C
RGB
CMYK
RGB Variations
Color information
#AC343C (or 0xAC343C) is known color: Guardsman Red. HEX triplet: AC, 34 and 3C. RGB value is (172,52,60). Sum of RGB (Red+Green+Blue) = 172+52+60=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC343C is #53CBC3. Grayscale: #585858. Windows color (decimal): -5491652 or 3945644. OLE color: 3945644.
HSL color Cylindrical-coordinate representation of color #AC343C: hue angle of 356º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC343C is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 60 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.33 |
| HSL | 356º | 0.54% | 0.44% | - |
| HSV(B) | 356º | 0.7% | 0.67% | - |
| XYZ | 19.06 | 11.55 | 5.5 | - |
| YUV | 88.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 60 | 0 | 0.70 | 0.65 | 0.33 | 356 | 0.54 | 0.44 |
| Hex | AC | 34 | 3C | 0 | 46 | 41 | 21 | 164 | 36 | 2C |
| Octal | 254 | 64 | 74 | 0 | 106 | 101 | 41 | 544 | 66 | 54 |
| Binary | 10101100 | 110100 | 111100 | 0 | 1000110 | 1000001 | 100001 | 101100100 | 110110 | 101100 |
Color Harmonies of #AC343C
Complementary color
Monochromatic Colors of #AC343C
Black with #AC343C
Text Example
Text Example
White with #AC343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC343C; }
p { color: rgb(172,52,60); }
H1.HeaderClassName
{
color: #AC343C;
}
.AnyTagClassName
{
color: #AC343C;
}
</style>
background-color css
<style>
a { background-color: #AC343C; }
a { background-color: rgb(172,52,60); }
div.DivClassName
{
background-color: #AC343C;
}
.BgClassName
{
background-color: #AC343C;
}
</style>
border-color css
<style>
span { border-color: #AC343C; }
span { border-color: rgb(172,52,60); }
td.TdClassName
{
border-color: #AC343C;
}
.TagClassName
{
border-color: #AC343C;
}
</style>