Shades of Guardsman Red #AC272C
Tints of Guardsman Red #AC272C
RGB
CMYK
RGB Variations
Color information
#AC272C (or 0xAC272C) is known color: Guardsman Red. HEX triplet: AC, 27 and 2C. RGB value is (172,39,44). Sum of RGB (Red+Green+Blue) = 172+39+44=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC272C is #53D8D3. Grayscale: #4F4F4F. Windows color (decimal): -5494996 or 2893740. OLE color: 2893740.
HSL color Cylindrical-coordinate representation of color #AC272C: hue angle of 357.74º 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 #AC272C is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 44 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.33 |
| HSL | 357.74º | 0.63% | 0.41% | - |
| HSV(B) | 357.74º | 0.77% | 0.67% | - |
| XYZ | 18.19 | 10.4 | 3.43 | - |
| YUV | 79.34 | 108.06 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 44 | 0 | 0.77 | 0.74 | 0.33 | 357.74 | 0.63 | 0.41 |
| Hex | AC | 27 | 2C | 0 | 4D | 4A | 21 | 166 | 3F | 29 |
| Octal | 254 | 47 | 54 | 0 | 115 | 112 | 41 | 546 | 77 | 51 |
| Binary | 10101100 | 100111 | 101100 | 0 | 1001101 | 1001010 | 100001 | 101100110 | 111111 | 101001 |
Color Harmonies of #AC272C
Complementary color
Monochromatic Colors of #AC272C
Black with #AC272C
Text Example
Text Example
White with #AC272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC272C; }
p { color: rgb(172,39,44); }
H1.HeaderClassName
{
color: #AC272C;
}
.AnyTagClassName
{
color: #AC272C;
}
</style>
background-color css
<style>
a { background-color: #AC272C; }
a { background-color: rgb(172,39,44); }
div.DivClassName
{
background-color: #AC272C;
}
.BgClassName
{
background-color: #AC272C;
}
</style>
border-color css
<style>
span { border-color: #AC272C; }
span { border-color: rgb(172,39,44); }
td.TdClassName
{
border-color: #AC272C;
}
.TagClassName
{
border-color: #AC272C;
}
</style>