Shades of Guardsman Red #A82836
Tints of Guardsman Red #A82836
RGB
CMYK
RGB Variations
Color information
#A82836 (or 0xA82836) is known color: Guardsman Red. HEX triplet: A8, 28 and 36. RGB value is (168,40,54). Sum of RGB (Red+Green+Blue) = 168+40+54=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A82836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82836 is #57D7C9. Grayscale: #4F4F4F. Windows color (decimal): -5756874 or 3549352. OLE color: 3549352.
HSL color Cylindrical-coordinate representation of color #A82836: hue angle of 353.44º 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 #A82836 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 54 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.34 |
| HSL | 353.44º | 0.62% | 0.41% | - |
| HSV(B) | 353.44º | 0.76% | 0.66% | - |
| XYZ | 17.57 | 10.11 | 4.52 | - |
| YUV | 79.87 | 113.41 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 54 | 0 | 0.76 | 0.68 | 0.34 | 353.44 | 0.62 | 0.41 |
| Hex | A8 | 28 | 36 | 0 | 4C | 44 | 22 | 161 | 3E | 29 |
| Octal | 250 | 50 | 66 | 0 | 114 | 104 | 42 | 541 | 76 | 51 |
| Binary | 10101000 | 101000 | 110110 | 0 | 1001100 | 1000100 | 100010 | 101100001 | 111110 | 101001 |
Color Harmonies of #A82836
Complementary color
Monochromatic Colors of #A82836
Black with #A82836
Text Example
Text Example
White with #A82836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82836; }
p { color: rgb(168,40,54); }
H1.HeaderClassName
{
color: #A82836;
}
.AnyTagClassName
{
color: #A82836;
}
</style>
background-color css
<style>
a { background-color: #A82836; }
a { background-color: rgb(168,40,54); }
div.DivClassName
{
background-color: #A82836;
}
.BgClassName
{
background-color: #A82836;
}
</style>
border-color css
<style>
span { border-color: #A82836; }
span { border-color: rgb(168,40,54); }
td.TdClassName
{
border-color: #A82836;
}
.TagClassName
{
border-color: #A82836;
}
</style>