Shades of Guardsman Red #AC2526
Tints of Guardsman Red #AC2526
RGB
CMYK
RGB Variations
Color information
#AC2526 (or 0xAC2526) is known color: Guardsman Red. HEX triplet: AC, 25 and 26. RGB value is (172,37,38). Sum of RGB (Red+Green+Blue) = 172+37+38=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2526 is #53DAD9. Grayscale: #4D4D4D. Windows color (decimal): -5495514 or 2500012. OLE color: 2500012.
HSL color Cylindrical-coordinate representation of color #AC2526: hue angle of 359.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2526 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 38 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.33 |
| HSL | 359.56º | 0.65% | 0.41% | - |
| HSV(B) | 359.56º | 0.78% | 0.67% | - |
| XYZ | 18.02 | 10.23 | 2.86 | - |
| YUV | 77.48 | 105.73 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 38 | 0 | 0.78 | 0.78 | 0.33 | 359.56 | 0.65 | 0.41 |
| Hex | AC | 25 | 26 | 0 | 4E | 4E | 21 | 168 | 41 | 29 |
| Octal | 254 | 45 | 46 | 0 | 116 | 116 | 41 | 550 | 101 | 51 |
| Binary | 10101100 | 100101 | 100110 | 0 | 1001110 | 1001110 | 100001 | 101101000 | 1000001 | 101001 |
Color Harmonies of #AC2526
Complementary color
Monochromatic Colors of #AC2526
Black with #AC2526
Text Example
Text Example
White with #AC2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2526; }
p { color: rgb(172,37,38); }
H1.HeaderClassName
{
color: #AC2526;
}
.AnyTagClassName
{
color: #AC2526;
}
</style>
background-color css
<style>
a { background-color: #AC2526; }
a { background-color: rgb(172,37,38); }
div.DivClassName
{
background-color: #AC2526;
}
.BgClassName
{
background-color: #AC2526;
}
</style>
border-color css
<style>
span { border-color: #AC2526; }
span { border-color: rgb(172,37,38); }
td.TdClassName
{
border-color: #AC2526;
}
.TagClassName
{
border-color: #AC2526;
}
</style>