Shades of Guardsman Red #AC343B
Tints of Guardsman Red #AC343B
RGB
CMYK
RGB Variations
Color information
#AC343B (or 0xAC343B) is known color: Guardsman Red. HEX triplet: AC, 34 and 3B. RGB value is (172,52,59). Sum of RGB (Red+Green+Blue) = 172+52+59=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC343B is #53CBC4. Grayscale: #585858. Windows color (decimal): -5491653 or 3880108. OLE color: 3880108.
HSL color Cylindrical-coordinate representation of color #AC343B: hue angle of 356.5º 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 #AC343B is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 59 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.33 |
| HSL | 356.5º | 0.54% | 0.44% | - |
| HSV(B) | 356.5º | 0.7% | 0.67% | - |
| XYZ | 19.03 | 11.54 | 5.36 | - |
| YUV | 88.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 59 | 0 | 0.70 | 0.66 | 0.33 | 356.5 | 0.54 | 0.44 |
| Hex | AC | 34 | 3B | 0 | 46 | 42 | 21 | 164 | 36 | 2C |
| Octal | 254 | 64 | 73 | 0 | 106 | 102 | 41 | 544 | 66 | 54 |
| Binary | 10101100 | 110100 | 111011 | 0 | 1000110 | 1000010 | 100001 | 101100100 | 110110 | 101100 |
Color Harmonies of #AC343B
Complementary color
Monochromatic Colors of #AC343B
Black with #AC343B
Text Example
Text Example
White with #AC343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC343B; }
p { color: rgb(172,52,59); }
H1.HeaderClassName
{
color: #AC343B;
}
.AnyTagClassName
{
color: #AC343B;
}
</style>
background-color css
<style>
a { background-color: #AC343B; }
a { background-color: rgb(172,52,59); }
div.DivClassName
{
background-color: #AC343B;
}
.BgClassName
{
background-color: #AC343B;
}
</style>
border-color css
<style>
span { border-color: #AC343B; }
span { border-color: rgb(172,52,59); }
td.TdClassName
{
border-color: #AC343B;
}
.TagClassName
{
border-color: #AC343B;
}
</style>