Shades of Guardsman Red #AC323D
Tints of Guardsman Red #AC323D
RGB
CMYK
RGB Variations
Color information
#AC323D (or 0xAC323D) is known color: Guardsman Red. HEX triplet: AC, 32 and 3D. RGB value is (172,50,61). Sum of RGB (Red+Green+Blue) = 172+50+61=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC323D is #53CDC2. Grayscale: #575757. Windows color (decimal): -5492163 or 4010668. OLE color: 4010668.
HSL color Cylindrical-coordinate representation of color #AC323D: hue angle of 354.59º 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 #AC323D is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 61 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.33 |
| HSL | 354.59º | 0.55% | 0.44% | - |
| HSV(B) | 354.59º | 0.71% | 0.67% | - |
| XYZ | 19 | 11.39 | 5.61 | - |
| YUV | 87.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 61 | 0 | 0.71 | 0.65 | 0.33 | 354.59 | 0.55 | 0.44 |
| Hex | AC | 32 | 3D | 0 | 47 | 41 | 21 | 163 | 37 | 2C |
| Octal | 254 | 62 | 75 | 0 | 107 | 101 | 41 | 543 | 67 | 54 |
| Binary | 10101100 | 110010 | 111101 | 0 | 1000111 | 1000001 | 100001 | 101100011 | 110111 | 101100 |
Color Harmonies of #AC323D
Complementary color
Monochromatic Colors of #AC323D
Black with #AC323D
Text Example
Text Example
White with #AC323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC323D; }
p { color: rgb(172,50,61); }
H1.HeaderClassName
{
color: #AC323D;
}
.AnyTagClassName
{
color: #AC323D;
}
</style>
background-color css
<style>
a { background-color: #AC323D; }
a { background-color: rgb(172,50,61); }
div.DivClassName
{
background-color: #AC323D;
}
.BgClassName
{
background-color: #AC323D;
}
</style>
border-color css
<style>
span { border-color: #AC323D; }
span { border-color: rgb(172,50,61); }
td.TdClassName
{
border-color: #AC323D;
}
.TagClassName
{
border-color: #AC323D;
}
</style>