Shades of Guardsman Red #A8282E
Tints of Guardsman Red #A8282E
RGB
CMYK
RGB Variations
Color information
#A8282E (or 0xA8282E) is known color: Guardsman Red. HEX triplet: A8, 28 and 2E. RGB value is (168,40,46). Sum of RGB (Red+Green+Blue) = 168+40+46=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A8282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8282E is #57D7D1. Grayscale: #4F4F4F. Windows color (decimal): -5756882 or 3025064. OLE color: 3025064.
HSL color Cylindrical-coordinate representation of color #A8282E: hue angle of 357.19º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8282E is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 46 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.34 |
| HSL | 357.19º | 0.62% | 0.41% | - |
| HSV(B) | 357.19º | 0.76% | 0.66% | - |
| XYZ | 17.4 | 10.04 | 3.61 | - |
| YUV | 78.96 | 109.41 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 46 | 0 | 0.76 | 0.73 | 0.34 | 357.19 | 0.62 | 0.41 |
| Hex | A8 | 28 | 2E | 0 | 4C | 49 | 22 | 165 | 3E | 29 |
| Octal | 250 | 50 | 56 | 0 | 114 | 111 | 42 | 545 | 76 | 51 |
| Binary | 10101000 | 101000 | 101110 | 0 | 1001100 | 1001001 | 100010 | 101100101 | 111110 | 101001 |
Color Harmonies of #A8282E
Complementary color
Monochromatic Colors of #A8282E
Black with #A8282E
Text Example
Text Example
White with #A8282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8282E; }
p { color: rgb(168,40,46); }
H1.HeaderClassName
{
color: #A8282E;
}
.AnyTagClassName
{
color: #A8282E;
}
</style>
background-color css
<style>
a { background-color: #A8282E; }
a { background-color: rgb(168,40,46); }
div.DivClassName
{
background-color: #A8282E;
}
.BgClassName
{
background-color: #A8282E;
}
</style>
border-color css
<style>
span { border-color: #A8282E; }
span { border-color: rgb(168,40,46); }
td.TdClassName
{
border-color: #A8282E;
}
.TagClassName
{
border-color: #A8282E;
}
</style>