Shades of Guardsman Red #AC373D
Tints of Guardsman Red #AC373D
RGB
CMYK
RGB Variations
Color information
#AC373D (or 0xAC373D) is known color: Guardsman Red. HEX triplet: AC, 37 and 3D. RGB value is (172,55,61). Sum of RGB (Red+Green+Blue) = 172+55+61=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC373D is #53C8C2. Grayscale: #5A5A5A. Windows color (decimal): -5490883 or 4011948. OLE color: 4011948.
HSL color Cylindrical-coordinate representation of color #AC373D: hue angle of 356.92º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC373D is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 61 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.33 |
| HSL | 356.92º | 0.52% | 0.45% | - |
| HSV(B) | 356.92º | 0.68% | 0.67% | - |
| XYZ | 19.22 | 11.84 | 5.69 | - |
| YUV | 90.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 61 | 0 | 0.68 | 0.65 | 0.33 | 356.92 | 0.52 | 0.45 |
| Hex | AC | 37 | 3D | 0 | 44 | 41 | 21 | 165 | 34 | 2D |
| Octal | 254 | 67 | 75 | 0 | 104 | 101 | 41 | 545 | 64 | 55 |
| Binary | 10101100 | 110111 | 111101 | 0 | 1000100 | 1000001 | 100001 | 101100101 | 110100 | 101101 |
Color Harmonies of #AC373D
Complementary color
Monochromatic Colors of #AC373D
Black with #AC373D
Text Example
Text Example
White with #AC373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC373D; }
p { color: rgb(172,55,61); }
H1.HeaderClassName
{
color: #AC373D;
}
.AnyTagClassName
{
color: #AC373D;
}
</style>
background-color css
<style>
a { background-color: #AC373D; }
a { background-color: rgb(172,55,61); }
div.DivClassName
{
background-color: #AC373D;
}
.BgClassName
{
background-color: #AC373D;
}
</style>
border-color css
<style>
span { border-color: #AC373D; }
span { border-color: rgb(172,55,61); }
td.TdClassName
{
border-color: #AC373D;
}
.TagClassName
{
border-color: #AC373D;
}
</style>