Shades of Guardsman Red #AC353B
Tints of Guardsman Red #AC353B
RGB
CMYK
RGB Variations
Color information
#AC353B (or 0xAC353B) is known color: Guardsman Red. HEX triplet: AC, 35 and 3B. RGB value is (172,53,59). Sum of RGB (Red+Green+Blue) = 172+53+59=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC353B is #53CAC4. Grayscale: #595959. Windows color (decimal): -5491397 or 3880364. OLE color: 3880364.
HSL color Cylindrical-coordinate representation of color #AC353B: hue angle of 356.97º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC353B is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 59 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.33 |
| HSL | 356.97º | 0.53% | 0.44% | - |
| HSV(B) | 356.97º | 0.69% | 0.67% | - |
| XYZ | 19.08 | 11.63 | 5.38 | - |
| YUV | 89.27 | 110.92 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 59 | 0 | 0.69 | 0.66 | 0.33 | 356.97 | 0.53 | 0.44 |
| Hex | AC | 35 | 3B | 0 | 45 | 42 | 21 | 165 | 35 | 2C |
| Octal | 254 | 65 | 73 | 0 | 105 | 102 | 41 | 545 | 65 | 54 |
| Binary | 10101100 | 110101 | 111011 | 0 | 1000101 | 1000010 | 100001 | 101100101 | 110101 | 101100 |
Color Harmonies of #AC353B
Complementary color
Monochromatic Colors of #AC353B
Black with #AC353B
Text Example
Text Example
White with #AC353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC353B; }
p { color: rgb(172,53,59); }
H1.HeaderClassName
{
color: #AC353B;
}
.AnyTagClassName
{
color: #AC353B;
}
</style>
background-color css
<style>
a { background-color: #AC353B; }
a { background-color: rgb(172,53,59); }
div.DivClassName
{
background-color: #AC353B;
}
.BgClassName
{
background-color: #AC353B;
}
</style>
border-color css
<style>
span { border-color: #AC353B; }
span { border-color: rgb(172,53,59); }
td.TdClassName
{
border-color: #AC353B;
}
.TagClassName
{
border-color: #AC353B;
}
</style>