Shades of Guardsman Red #AC313C
Tints of Guardsman Red #AC313C
RGB
CMYK
RGB Variations
Color information
#AC313C (or 0xAC313C) is known color: Guardsman Red. HEX triplet: AC, 31 and 3C. RGB value is (172,49,60). Sum of RGB (Red+Green+Blue) = 172+49+60=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC313C is #53CEC3. Grayscale: #575757. Windows color (decimal): -5492420 or 3944876. OLE color: 3944876.
HSL color Cylindrical-coordinate representation of color #AC313C: hue angle of 354.63º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC313C is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 60 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.33 |
| HSL | 354.63º | 0.56% | 0.43% | - |
| HSV(B) | 354.63º | 0.72% | 0.67% | - |
| XYZ | 18.93 | 11.29 | 5.46 | - |
| YUV | 87.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 60 | 0 | 0.72 | 0.65 | 0.33 | 354.63 | 0.56 | 0.43 |
| Hex | AC | 31 | 3C | 0 | 48 | 41 | 21 | 163 | 38 | 2B |
| Octal | 254 | 61 | 74 | 0 | 110 | 101 | 41 | 543 | 70 | 53 |
| Binary | 10101100 | 110001 | 111100 | 0 | 1001000 | 1000001 | 100001 | 101100011 | 111000 | 101011 |
Color Harmonies of #AC313C
Complementary color
Monochromatic Colors of #AC313C
Black with #AC313C
Text Example
Text Example
White with #AC313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC313C; }
p { color: rgb(172,49,60); }
H1.HeaderClassName
{
color: #AC313C;
}
.AnyTagClassName
{
color: #AC313C;
}
</style>
background-color css
<style>
a { background-color: #AC313C; }
a { background-color: rgb(172,49,60); }
div.DivClassName
{
background-color: #AC313C;
}
.BgClassName
{
background-color: #AC313C;
}
</style>
border-color css
<style>
span { border-color: #AC313C; }
span { border-color: rgb(172,49,60); }
td.TdClassName
{
border-color: #AC313C;
}
.TagClassName
{
border-color: #AC313C;
}
</style>