Shades of Guardsman Red #AC323C
Tints of Guardsman Red #AC323C
RGB
CMYK
RGB Variations
Color information
#AC323C (or 0xAC323C) is known color: Guardsman Red. HEX triplet: AC, 32 and 3C. RGB value is (172,50,60). Sum of RGB (Red+Green+Blue) = 172+50+60=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC323C is #53CDC3. Grayscale: #575757. Windows color (decimal): -5492164 or 3945132. OLE color: 3945132.
HSL color Cylindrical-coordinate representation of color #AC323C: hue angle of 355.08º 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 #AC323C is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 60 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.33 |
| HSL | 355.08º | 0.55% | 0.44% | - |
| HSV(B) | 355.08º | 0.71% | 0.67% | - |
| XYZ | 18.97 | 11.38 | 5.47 | - |
| YUV | 87.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 60 | 0 | 0.71 | 0.65 | 0.33 | 355.08 | 0.55 | 0.44 |
| Hex | AC | 32 | 3C | 0 | 47 | 41 | 21 | 163 | 37 | 2C |
| Octal | 254 | 62 | 74 | 0 | 107 | 101 | 41 | 543 | 67 | 54 |
| Binary | 10101100 | 110010 | 111100 | 0 | 1000111 | 1000001 | 100001 | 101100011 | 110111 | 101100 |
Color Harmonies of #AC323C
Complementary color
Monochromatic Colors of #AC323C
Black with #AC323C
Text Example
Text Example
White with #AC323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC323C; }
p { color: rgb(172,50,60); }
H1.HeaderClassName
{
color: #AC323C;
}
.AnyTagClassName
{
color: #AC323C;
}
</style>
background-color css
<style>
a { background-color: #AC323C; }
a { background-color: rgb(172,50,60); }
div.DivClassName
{
background-color: #AC323C;
}
.BgClassName
{
background-color: #AC323C;
}
</style>
border-color css
<style>
span { border-color: #AC323C; }
span { border-color: rgb(172,50,60); }
td.TdClassName
{
border-color: #AC323C;
}
.TagClassName
{
border-color: #AC323C;
}
</style>