Shades of Guardsman Red #AC2733
Tints of Guardsman Red #AC2733
RGB
CMYK
RGB Variations
Color information
#AC2733 (or 0xAC2733) is known color: Guardsman Red. HEX triplet: AC, 27 and 33. RGB value is (172,39,51). Sum of RGB (Red+Green+Blue) = 172+39+51=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2733 is #53D8CC. Grayscale: #505050. Windows color (decimal): -5494989 or 3352492. OLE color: 3352492.
HSL color Cylindrical-coordinate representation of color #AC2733: hue angle of 354.59º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2733 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 51 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.33 |
| HSL | 354.59º | 0.63% | 0.41% | - |
| HSV(B) | 354.59º | 0.77% | 0.67% | - |
| XYZ | 18.34 | 10.46 | 4.18 | - |
| YUV | 80.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 51 | 0 | 0.77 | 0.70 | 0.33 | 354.59 | 0.63 | 0.41 |
| Hex | AC | 27 | 33 | 0 | 4D | 46 | 21 | 163 | 3F | 29 |
| Octal | 254 | 47 | 63 | 0 | 115 | 106 | 41 | 543 | 77 | 51 |
| Binary | 10101100 | 100111 | 110011 | 0 | 1001101 | 1000110 | 100001 | 101100011 | 111111 | 101001 |
Color Harmonies of #AC2733
Complementary color
Monochromatic Colors of #AC2733
Black with #AC2733
Text Example
Text Example
White with #AC2733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2733; }
p { color: rgb(172,39,51); }
H1.HeaderClassName
{
color: #AC2733;
}
.AnyTagClassName
{
color: #AC2733;
}
</style>
background-color css
<style>
a { background-color: #AC2733; }
a { background-color: rgb(172,39,51); }
div.DivClassName
{
background-color: #AC2733;
}
.BgClassName
{
background-color: #AC2733;
}
</style>
border-color css
<style>
span { border-color: #AC2733; }
span { border-color: rgb(172,39,51); }
td.TdClassName
{
border-color: #AC2733;
}
.TagClassName
{
border-color: #AC2733;
}
</style>