Shades of Guardsman Red #AC323A
Tints of Guardsman Red #AC323A
RGB
CMYK
RGB Variations
Color information
#AC323A (or 0xAC323A) is known color: Guardsman Red. HEX triplet: AC, 32 and 3A. RGB value is (172,50,58). Sum of RGB (Red+Green+Blue) = 172+50+58=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC323A is #53CDC5. Grayscale: #575757. Windows color (decimal): -5492166 or 3814060. OLE color: 3814060.
HSL color Cylindrical-coordinate representation of color #AC323A: hue angle of 356.07º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC323A is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 58 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.33 |
| HSL | 356.07º | 0.55% | 0.44% | - |
| HSV(B) | 356.07º | 0.71% | 0.67% | - |
| XYZ | 18.92 | 11.36 | 5.2 | - |
| YUV | 87.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 58 | 0 | 0.71 | 0.66 | 0.33 | 356.07 | 0.55 | 0.44 |
| Hex | AC | 32 | 3A | 0 | 47 | 42 | 21 | 164 | 37 | 2C |
| Octal | 254 | 62 | 72 | 0 | 107 | 102 | 41 | 544 | 67 | 54 |
| Binary | 10101100 | 110010 | 111010 | 0 | 1000111 | 1000010 | 100001 | 101100100 | 110111 | 101100 |
Color Harmonies of #AC323A
Complementary color
Monochromatic Colors of #AC323A
Black with #AC323A
Text Example
Text Example
White with #AC323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC323A; }
p { color: rgb(172,50,58); }
H1.HeaderClassName
{
color: #AC323A;
}
.AnyTagClassName
{
color: #AC323A;
}
</style>
background-color css
<style>
a { background-color: #AC323A; }
a { background-color: rgb(172,50,58); }
div.DivClassName
{
background-color: #AC323A;
}
.BgClassName
{
background-color: #AC323A;
}
</style>
border-color css
<style>
span { border-color: #AC323A; }
span { border-color: rgb(172,50,58); }
td.TdClassName
{
border-color: #AC323A;
}
.TagClassName
{
border-color: #AC323A;
}
</style>