Shades of Guardsman Red #AC282B
Tints of Guardsman Red #AC282B
RGB
CMYK
RGB Variations
Color information
#AC282B (or 0xAC282B) is known color: Guardsman Red. HEX triplet: AC, 28 and 2B. RGB value is (172,40,43). Sum of RGB (Red+Green+Blue) = 172+40+43=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC282B is #53D7D4. Grayscale: #4F4F4F. Windows color (decimal): -5494741 or 2828460. OLE color: 2828460.
HSL color Cylindrical-coordinate representation of color #AC282B: hue angle of 358.64º 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 #AC282B is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 43 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.33 |
| HSL | 358.64º | 0.62% | 0.42% | - |
| HSV(B) | 358.64º | 0.77% | 0.67% | - |
| XYZ | 18.21 | 10.46 | 3.35 | - |
| YUV | 79.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 43 | 0 | 0.77 | 0.75 | 0.33 | 358.64 | 0.62 | 0.42 |
| Hex | AC | 28 | 2B | 0 | 4D | 4B | 21 | 167 | 3E | 2A |
| Octal | 254 | 50 | 53 | 0 | 115 | 113 | 41 | 547 | 76 | 52 |
| Binary | 10101100 | 101000 | 101011 | 0 | 1001101 | 1001011 | 100001 | 101100111 | 111110 | 101010 |
Color Harmonies of #AC282B
Complementary color
Monochromatic Colors of #AC282B
Black with #AC282B
Text Example
Text Example
White with #AC282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC282B; }
p { color: rgb(172,40,43); }
H1.HeaderClassName
{
color: #AC282B;
}
.AnyTagClassName
{
color: #AC282B;
}
</style>
background-color css
<style>
a { background-color: #AC282B; }
a { background-color: rgb(172,40,43); }
div.DivClassName
{
background-color: #AC282B;
}
.BgClassName
{
background-color: #AC282B;
}
</style>
border-color css
<style>
span { border-color: #AC282B; }
span { border-color: rgb(172,40,43); }
td.TdClassName
{
border-color: #AC282B;
}
.TagClassName
{
border-color: #AC282B;
}
</style>