Shades of Guardsman Red #AC2C38
Tints of Guardsman Red #AC2C38
RGB
CMYK
RGB Variations
Color information
#AC2C38 (or 0xAC2C38) is known color: Guardsman Red. HEX triplet: AC, 2C and 38. RGB value is (172,44,56). Sum of RGB (Red+Green+Blue) = 172+44+56=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2C38 is #53D3C7. Grayscale: #535353. Windows color (decimal): -5493704 or 3681452. OLE color: 3681452.
HSL color Cylindrical-coordinate representation of color #AC2C38: hue angle of 354.38º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2C38 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 56 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.33 |
| HSL | 354.38º | 0.59% | 0.42% | - |
| HSV(B) | 354.38º | 0.74% | 0.67% | - |
| XYZ | 18.63 | 10.86 | 4.86 | - |
| YUV | 83.64 | 112.41 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 56 | 0 | 0.74 | 0.67 | 0.33 | 354.38 | 0.59 | 0.42 |
| Hex | AC | 2C | 38 | 0 | 4A | 43 | 21 | 162 | 3B | 2A |
| Octal | 254 | 54 | 70 | 0 | 112 | 103 | 41 | 542 | 73 | 52 |
| Binary | 10101100 | 101100 | 111000 | 0 | 1001010 | 1000011 | 100001 | 101100010 | 111011 | 101010 |
Color Harmonies of #AC2C38
Complementary color
Monochromatic Colors of #AC2C38
Black with #AC2C38
Text Example
Text Example
White with #AC2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2C38; }
p { color: rgb(172,44,56); }
H1.HeaderClassName
{
color: #AC2C38;
}
.AnyTagClassName
{
color: #AC2C38;
}
</style>
background-color css
<style>
a { background-color: #AC2C38; }
a { background-color: rgb(172,44,56); }
div.DivClassName
{
background-color: #AC2C38;
}
.BgClassName
{
background-color: #AC2C38;
}
</style>
border-color css
<style>
span { border-color: #AC2C38; }
span { border-color: rgb(172,44,56); }
td.TdClassName
{
border-color: #AC2C38;
}
.TagClassName
{
border-color: #AC2C38;
}
</style>