Shades of Guardsman Red #AC1D1F
Tints of Guardsman Red #AC1D1F
RGB
CMYK
RGB Variations
Color information
#AC1D1F (or 0xAC1D1F) is known color: Guardsman Red. HEX triplet: AC, 1D and 1F. RGB value is (172,29,31). Sum of RGB (Red+Green+Blue) = 172+29+31=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1D1F is #53E2E0. Grayscale: #484848. Windows color (decimal): -5497569 or 2039212. OLE color: 2039212.
HSL color Cylindrical-coordinate representation of color #AC1D1F: hue angle of 359.16º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1D1F is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 31 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.33 |
| HSL | 359.16º | 0.71% | 0.39% | - |
| HSV(B) | 359.16º | 0.83% | 0.67% | - |
| XYZ | 17.7 | 9.75 | 2.25 | - |
| YUV | 71.99 | 104.88 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 31 | 0 | 0.83 | 0.82 | 0.33 | 359.16 | 0.71 | 0.39 |
| Hex | AC | 1D | 1F | 0 | 53 | 52 | 21 | 167 | 47 | 27 |
| Octal | 254 | 35 | 37 | 0 | 123 | 122 | 41 | 547 | 107 | 47 |
| Binary | 10101100 | 11101 | 11111 | 0 | 1010011 | 1010010 | 100001 | 101100111 | 1000111 | 100111 |
Color Harmonies of #AC1D1F
Complementary color
Monochromatic Colors of #AC1D1F
Black with #AC1D1F
Text Example
Text Example
White with #AC1D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D1F; }
p { color: rgb(172,29,31); }
H1.HeaderClassName
{
color: #AC1D1F;
}
.AnyTagClassName
{
color: #AC1D1F;
}
</style>
background-color css
<style>
a { background-color: #AC1D1F; }
a { background-color: rgb(172,29,31); }
div.DivClassName
{
background-color: #AC1D1F;
}
.BgClassName
{
background-color: #AC1D1F;
}
</style>
border-color css
<style>
span { border-color: #AC1D1F; }
span { border-color: rgb(172,29,31); }
td.TdClassName
{
border-color: #AC1D1F;
}
.TagClassName
{
border-color: #AC1D1F;
}
</style>