Shades of Guardsman Red #AC232F
Tints of Guardsman Red #AC232F
RGB
CMYK
RGB Variations
Color information
#AC232F (or 0xAC232F) is known color: Guardsman Red. HEX triplet: AC, 23 and 2F. RGB value is (172,35,47). Sum of RGB (Red+Green+Blue) = 172+35+47=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC232F is #53DCD0. Grayscale: #4D4D4D. Windows color (decimal): -5496017 or 3089324. OLE color: 3089324.
HSL color Cylindrical-coordinate representation of color #AC232F: hue angle of 354.74º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC232F is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 47 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.33 |
| HSL | 354.74º | 0.66% | 0.41% | - |
| HSV(B) | 354.74º | 0.8% | 0.67% | - |
| XYZ | 18.13 | 10.18 | 3.7 | - |
| YUV | 77.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 47 | 0 | 0.80 | 0.73 | 0.33 | 354.74 | 0.66 | 0.41 |
| Hex | AC | 23 | 2F | 0 | 50 | 49 | 21 | 163 | 42 | 29 |
| Octal | 254 | 43 | 57 | 0 | 120 | 111 | 41 | 543 | 102 | 51 |
| Binary | 10101100 | 100011 | 101111 | 0 | 1010000 | 1001001 | 100001 | 101100011 | 1000010 | 101001 |
Color Harmonies of #AC232F
Complementary color
Monochromatic Colors of #AC232F
Black with #AC232F
Text Example
Text Example
White with #AC232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC232F; }
p { color: rgb(172,35,47); }
H1.HeaderClassName
{
color: #AC232F;
}
.AnyTagClassName
{
color: #AC232F;
}
</style>
background-color css
<style>
a { background-color: #AC232F; }
a { background-color: rgb(172,35,47); }
div.DivClassName
{
background-color: #AC232F;
}
.BgClassName
{
background-color: #AC232F;
}
</style>
border-color css
<style>
span { border-color: #AC232F; }
span { border-color: rgb(172,35,47); }
td.TdClassName
{
border-color: #AC232F;
}
.TagClassName
{
border-color: #AC232F;
}
</style>