Shades of Guardsman Red #AC333C
Tints of Guardsman Red #AC333C
RGB
CMYK
RGB Variations
Color information
#AC333C (or 0xAC333C) is known color: Guardsman Red. HEX triplet: AC, 33 and 3C. RGB value is (172,51,60). Sum of RGB (Red+Green+Blue) = 172+51+60=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC333C is #53CCC3. Grayscale: #585858. Windows color (decimal): -5491908 or 3945388. OLE color: 3945388.
HSL color Cylindrical-coordinate representation of color #AC333C: hue angle of 355.54º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC333C is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 60 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.33 |
| HSL | 355.54º | 0.54% | 0.44% | - |
| HSV(B) | 355.54º | 0.7% | 0.67% | - |
| XYZ | 19.01 | 11.46 | 5.49 | - |
| YUV | 88.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 60 | 0 | 0.70 | 0.65 | 0.33 | 355.54 | 0.54 | 0.44 |
| Hex | AC | 33 | 3C | 0 | 46 | 41 | 21 | 164 | 36 | 2C |
| Octal | 254 | 63 | 74 | 0 | 106 | 101 | 41 | 544 | 66 | 54 |
| Binary | 10101100 | 110011 | 111100 | 0 | 1000110 | 1000001 | 100001 | 101100100 | 110110 | 101100 |
Color Harmonies of #AC333C
Complementary color
Monochromatic Colors of #AC333C
Black with #AC333C
Text Example
Text Example
White with #AC333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC333C; }
p { color: rgb(172,51,60); }
H1.HeaderClassName
{
color: #AC333C;
}
.AnyTagClassName
{
color: #AC333C;
}
</style>
background-color css
<style>
a { background-color: #AC333C; }
a { background-color: rgb(172,51,60); }
div.DivClassName
{
background-color: #AC333C;
}
.BgClassName
{
background-color: #AC333C;
}
</style>
border-color css
<style>
span { border-color: #AC333C; }
span { border-color: rgb(172,51,60); }
td.TdClassName
{
border-color: #AC333C;
}
.TagClassName
{
border-color: #AC333C;
}
</style>