Shades of Guardsman Red #A02836
Tints of Guardsman Red #A02836
RGB
CMYK
RGB Variations
Color information
#A02836 (or 0xA02836) is known color: Guardsman Red. HEX triplet: A0, 28 and 36. RGB value is (160,40,54). Sum of RGB (Red+Green+Blue) = 160+40+54=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A02836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02836 is #5FD7C9. Grayscale: #4D4D4D. Windows color (decimal): -6281162 or 3549344. OLE color: 3549344.
HSL color Cylindrical-coordinate representation of color #A02836: hue angle of 353º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02836 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 54 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.37 |
| HSL | 353º | 0.6% | 0.39% | - |
| HSV(B) | 353º | 0.75% | 0.63% | - |
| XYZ | 15.92 | 9.26 | 4.44 | - |
| YUV | 77.48 | 114.76 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 54 | 0 | 0.75 | 0.66 | 0.37 | 353 | 0.6 | 0.39 |
| Hex | A0 | 28 | 36 | 0 | 4B | 42 | 25 | 161 | 3C | 27 |
| Octal | 240 | 50 | 66 | 0 | 113 | 102 | 45 | 541 | 74 | 47 |
| Binary | 10100000 | 101000 | 110110 | 0 | 1001011 | 1000010 | 100101 | 101100001 | 111100 | 100111 |
Color Harmonies of #A02836
Complementary color
Monochromatic Colors of #A02836
Black with #A02836
Text Example
Text Example
White with #A02836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02836; }
p { color: rgb(160,40,54); }
H1.HeaderClassName
{
color: #A02836;
}
.AnyTagClassName
{
color: #A02836;
}
</style>
background-color css
<style>
a { background-color: #A02836; }
a { background-color: rgb(160,40,54); }
div.DivClassName
{
background-color: #A02836;
}
.BgClassName
{
background-color: #A02836;
}
</style>
border-color css
<style>
span { border-color: #A02836; }
span { border-color: rgb(160,40,54); }
td.TdClassName
{
border-color: #A02836;
}
.TagClassName
{
border-color: #A02836;
}
</style>