Shades of Guardsman Red #AC282D
Tints of Guardsman Red #AC282D
RGB
CMYK
RGB Variations
Color information
#AC282D (or 0xAC282D) is known color: Guardsman Red. HEX triplet: AC, 28 and 2D. RGB value is (172,40,45). Sum of RGB (Red+Green+Blue) = 172+40+45=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC282D is #53D7D2. Grayscale: #505050. Windows color (decimal): -5494739 or 2959532. OLE color: 2959532.
HSL color Cylindrical-coordinate representation of color #AC282D: hue angle of 357.73º 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 #AC282D is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 45 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.33 |
| HSL | 357.73º | 0.62% | 0.42% | - |
| HSV(B) | 357.73º | 0.77% | 0.67% | - |
| XYZ | 18.25 | 10.48 | 3.54 | - |
| YUV | 80.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 45 | 0 | 0.77 | 0.74 | 0.33 | 357.73 | 0.62 | 0.42 |
| Hex | AC | 28 | 2D | 0 | 4D | 4A | 21 | 166 | 3E | 2A |
| Octal | 254 | 50 | 55 | 0 | 115 | 112 | 41 | 546 | 76 | 52 |
| Binary | 10101100 | 101000 | 101101 | 0 | 1001101 | 1001010 | 100001 | 101100110 | 111110 | 101010 |
Color Harmonies of #AC282D
Complementary color
Monochromatic Colors of #AC282D
Black with #AC282D
Text Example
Text Example
White with #AC282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC282D; }
p { color: rgb(172,40,45); }
H1.HeaderClassName
{
color: #AC282D;
}
.AnyTagClassName
{
color: #AC282D;
}
</style>
background-color css
<style>
a { background-color: #AC282D; }
a { background-color: rgb(172,40,45); }
div.DivClassName
{
background-color: #AC282D;
}
.BgClassName
{
background-color: #AC282D;
}
</style>
border-color css
<style>
span { border-color: #AC282D; }
span { border-color: rgb(172,40,45); }
td.TdClassName
{
border-color: #AC282D;
}
.TagClassName
{
border-color: #AC282D;
}
</style>