Shades of Guardsman Red #AC393E
Tints of Guardsman Red #AC393E
RGB
CMYK
RGB Variations
Color information
#AC393E (or 0xAC393E) is known color: Guardsman Red. HEX triplet: AC, 39 and 3E. RGB value is (172,57,62). Sum of RGB (Red+Green+Blue) = 172+57+62=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC393E is #53C6C1. Grayscale: #5C5C5C. Windows color (decimal): -5490370 or 4077996. OLE color: 4077996.
HSL color Cylindrical-coordinate representation of color #AC393E: hue angle of 357.39º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC393E is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 62 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.33 |
| HSL | 357.39º | 0.5% | 0.45% | - |
| HSV(B) | 357.39º | 0.67% | 0.67% | - |
| XYZ | 19.35 | 12.04 | 5.86 | - |
| YUV | 91.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 62 | 0 | 0.67 | 0.64 | 0.33 | 357.39 | 0.5 | 0.45 |
| Hex | AC | 39 | 3E | 0 | 43 | 40 | 21 | 165 | 32 | 2D |
| Octal | 254 | 71 | 76 | 0 | 103 | 100 | 41 | 545 | 62 | 55 |
| Binary | 10101100 | 111001 | 111110 | 0 | 1000011 | 1000000 | 100001 | 101100101 | 110010 | 101101 |
Color Harmonies of #AC393E
Complementary color
Monochromatic Colors of #AC393E
Black with #AC393E
Text Example
Text Example
White with #AC393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC393E; }
p { color: rgb(172,57,62); }
H1.HeaderClassName
{
color: #AC393E;
}
.AnyTagClassName
{
color: #AC393E;
}
</style>
background-color css
<style>
a { background-color: #AC393E; }
a { background-color: rgb(172,57,62); }
div.DivClassName
{
background-color: #AC393E;
}
.BgClassName
{
background-color: #AC393E;
}
</style>
border-color css
<style>
span { border-color: #AC393E; }
span { border-color: rgb(172,57,62); }
td.TdClassName
{
border-color: #AC393E;
}
.TagClassName
{
border-color: #AC393E;
}
</style>