Shades of Guardsman Red #AC282A
Tints of Guardsman Red #AC282A
RGB
CMYK
RGB Variations
Color information
#AC282A (or 0xAC282A) is known color: Guardsman Red. HEX triplet: AC, 28 and 2A. RGB value is (172,40,42). Sum of RGB (Red+Green+Blue) = 172+40+42=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC282A is #53D7D5. Grayscale: #4F4F4F. Windows color (decimal): -5494742 or 2762924. OLE color: 2762924.
HSL color Cylindrical-coordinate representation of color #AC282A: hue angle of 359.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC282A is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 42 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.33 |
| HSL | 359.09º | 0.62% | 0.42% | - |
| HSV(B) | 359.09º | 0.77% | 0.67% | - |
| XYZ | 18.19 | 10.46 | 3.25 | - |
| YUV | 79.7 | 106.73 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 42 | 0 | 0.77 | 0.76 | 0.33 | 359.09 | 0.62 | 0.42 |
| Hex | AC | 28 | 2A | 0 | 4D | 4C | 21 | 167 | 3E | 2A |
| Octal | 254 | 50 | 52 | 0 | 115 | 114 | 41 | 547 | 76 | 52 |
| Binary | 10101100 | 101000 | 101010 | 0 | 1001101 | 1001100 | 100001 | 101100111 | 111110 | 101010 |
Color Harmonies of #AC282A
Complementary color
Monochromatic Colors of #AC282A
Black with #AC282A
Text Example
Text Example
White with #AC282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC282A; }
p { color: rgb(172,40,42); }
H1.HeaderClassName
{
color: #AC282A;
}
.AnyTagClassName
{
color: #AC282A;
}
</style>
background-color css
<style>
a { background-color: #AC282A; }
a { background-color: rgb(172,40,42); }
div.DivClassName
{
background-color: #AC282A;
}
.BgClassName
{
background-color: #AC282A;
}
</style>
border-color css
<style>
span { border-color: #AC282A; }
span { border-color: rgb(172,40,42); }
td.TdClassName
{
border-color: #AC282A;
}
.TagClassName
{
border-color: #AC282A;
}
</style>