Shades of Guardsman Red #AC393C
Tints of Guardsman Red #AC393C
RGB
CMYK
RGB Variations
Color information
#AC393C (or 0xAC393C) is known color: Guardsman Red. HEX triplet: AC, 39 and 3C. RGB value is (172,57,60). Sum of RGB (Red+Green+Blue) = 172+57+60=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC393C is #53C6C3. Grayscale: #5B5B5B. Windows color (decimal): -5490372 or 3946924. OLE color: 3946924.
HSL color Cylindrical-coordinate representation of color #AC393C: hue angle of 358.43º 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 #AC393C is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 60 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.33 |
| HSL | 358.43º | 0.5% | 0.45% | - |
| HSV(B) | 358.43º | 0.67% | 0.67% | - |
| XYZ | 19.29 | 12.02 | 5.58 | - |
| YUV | 91.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 60 | 0 | 0.67 | 0.65 | 0.33 | 358.43 | 0.5 | 0.45 |
| Hex | AC | 39 | 3C | 0 | 43 | 41 | 21 | 166 | 32 | 2D |
| Octal | 254 | 71 | 74 | 0 | 103 | 101 | 41 | 546 | 62 | 55 |
| Binary | 10101100 | 111001 | 111100 | 0 | 1000011 | 1000001 | 100001 | 101100110 | 110010 | 101101 |
Color Harmonies of #AC393C
Complementary color
Monochromatic Colors of #AC393C
Black with #AC393C
Text Example
Text Example
White with #AC393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC393C; }
p { color: rgb(172,57,60); }
H1.HeaderClassName
{
color: #AC393C;
}
.AnyTagClassName
{
color: #AC393C;
}
</style>
background-color css
<style>
a { background-color: #AC393C; }
a { background-color: rgb(172,57,60); }
div.DivClassName
{
background-color: #AC393C;
}
.BgClassName
{
background-color: #AC393C;
}
</style>
border-color css
<style>
span { border-color: #AC393C; }
span { border-color: rgb(172,57,60); }
td.TdClassName
{
border-color: #AC393C;
}
.TagClassName
{
border-color: #AC393C;
}
</style>