Shades of Guardsman Red #AC2E2F
Tints of Guardsman Red #AC2E2F
RGB
CMYK
RGB Variations
Color information
#AC2E2F (or 0xAC2E2F) is known color: Guardsman Red. HEX triplet: AC, 2E and 2F. RGB value is (172,46,47). Sum of RGB (Red+Green+Blue) = 172+46+47=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2E2F is #53D1D0. Grayscale: #535353. Windows color (decimal): -5493201 or 3092140. OLE color: 3092140.
HSL color Cylindrical-coordinate representation of color #AC2E2F: hue angle of 359.52º degrees, saturation: 0.58, 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 #AC2E2F is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 46 | 47 | - |
CMYK | 0 | 0.73 | 0.73 | 0.33 |
HSL | 359.52º | 0.58% | 0.43% | - |
HSV(B) | 359.52º | 0.73% | 0.67% | - |
XYZ | 18.5 | 10.93 | 3.82 | - |
YUV | 83.79 | 107.24 | 190.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 46 | 47 | 0 | 0.73 | 0.73 | 0.33 | 359.52 | 0.58 | 0.43 |
Hex | AC | 2E | 2F | 0 | 49 | 49 | 21 | 168 | 3A | 2B |
Octal | 254 | 56 | 57 | 0 | 111 | 111 | 41 | 550 | 72 | 53 |
Binary | 10101100 | 101110 | 101111 | 0 | 1001001 | 1001001 | 100001 | 101101000 | 111010 | 101011 |
Color Harmonies of #AC2E2F
Complementary color
Monochromatic Colors of #AC2E2F
Black with #AC2E2F
Text Example
Text Example
White with #AC2E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2E2F; }
p { color: rgb(172,46,47); }
H1.HeaderClassName
{
color: #AC2E2F;
}
.AnyTagClassName
{
color: #AC2E2F;
}
</style>
background-color css
<style>
a { background-color: #AC2E2F; }
a { background-color: rgb(172,46,47); }
div.DivClassName
{
background-color: #AC2E2F;
}
.BgClassName
{
background-color: #AC2E2F;
}
</style>
border-color css
<style>
span { border-color: #AC2E2F; }
span { border-color: rgb(172,46,47); }
td.TdClassName
{
border-color: #AC2E2F;
}
.TagClassName
{
border-color: #AC2E2F;
}
</style>