Shades of Guardsman Red #AC2F3A
Tints of Guardsman Red #AC2F3A
RGB
CMYK
RGB Variations
Color information
#AC2F3A (or 0xAC2F3A) is known color: Guardsman Red. HEX triplet: AC, 2F and 3A. RGB value is (172,47,58). Sum of RGB (Red+Green+Blue) = 172+47+58=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2F3A is #53D0C5. Grayscale: #555555. Windows color (decimal): -5492934 or 3813292. OLE color: 3813292.
HSL color Cylindrical-coordinate representation of color #AC2F3A: hue angle of 354.72º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2F3A is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 47 | 58 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.33 |
| HSL | 354.72º | 0.57% | 0.43% | - |
| HSV(B) | 354.72º | 0.73% | 0.67% | - |
| XYZ | 18.79 | 11.11 | 5.16 | - |
| YUV | 85.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 58 | 0 | 0.73 | 0.66 | 0.33 | 354.72 | 0.57 | 0.43 |
| Hex | AC | 2F | 3A | 0 | 49 | 42 | 21 | 163 | 39 | 2B |
| Octal | 254 | 57 | 72 | 0 | 111 | 102 | 41 | 543 | 71 | 53 |
| Binary | 10101100 | 101111 | 111010 | 0 | 1001001 | 1000010 | 100001 | 101100011 | 111001 | 101011 |
Color Harmonies of #AC2F3A
Complementary color
Monochromatic Colors of #AC2F3A
Black with #AC2F3A
Text Example
Text Example
White with #AC2F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2F3A; }
p { color: rgb(172,47,58); }
H1.HeaderClassName
{
color: #AC2F3A;
}
.AnyTagClassName
{
color: #AC2F3A;
}
</style>
background-color css
<style>
a { background-color: #AC2F3A; }
a { background-color: rgb(172,47,58); }
div.DivClassName
{
background-color: #AC2F3A;
}
.BgClassName
{
background-color: #AC2F3A;
}
</style>
border-color css
<style>
span { border-color: #AC2F3A; }
span { border-color: rgb(172,47,58); }
td.TdClassName
{
border-color: #AC2F3A;
}
.TagClassName
{
border-color: #AC2F3A;
}
</style>