Shades of Guardsman Red #A82839
Tints of Guardsman Red #A82839
RGB
CMYK
RGB Variations
Color information
#A82839 (or 0xA82839) is known color: Guardsman Red. HEX triplet: A8, 28 and 39. RGB value is (168,40,57). Sum of RGB (Red+Green+Blue) = 168+40+57=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A82839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82839 is #57D7C6. Grayscale: #505050. Windows color (decimal): -5756871 or 3745960. OLE color: 3745960.
HSL color Cylindrical-coordinate representation of color #A82839: hue angle of 352.03º 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 #A82839 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 57 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.34 |
| HSL | 352.03º | 0.62% | 0.41% | - |
| HSV(B) | 352.03º | 0.76% | 0.66% | - |
| XYZ | 17.65 | 10.14 | 4.9 | - |
| YUV | 80.21 | 114.91 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 57 | 0 | 0.76 | 0.66 | 0.34 | 352.03 | 0.62 | 0.41 |
| Hex | A8 | 28 | 39 | 0 | 4C | 42 | 22 | 160 | 3E | 29 |
| Octal | 250 | 50 | 71 | 0 | 114 | 102 | 42 | 540 | 76 | 51 |
| Binary | 10101000 | 101000 | 111001 | 0 | 1001100 | 1000010 | 100010 | 101100000 | 111110 | 101001 |
Color Harmonies of #A82839
Complementary color
Monochromatic Colors of #A82839
Black with #A82839
Text Example
Text Example
White with #A82839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82839; }
p { color: rgb(168,40,57); }
H1.HeaderClassName
{
color: #A82839;
}
.AnyTagClassName
{
color: #A82839;
}
</style>
background-color css
<style>
a { background-color: #A82839; }
a { background-color: rgb(168,40,57); }
div.DivClassName
{
background-color: #A82839;
}
.BgClassName
{
background-color: #A82839;
}
</style>
border-color css
<style>
span { border-color: #A82839; }
span { border-color: rgb(168,40,57); }
td.TdClassName
{
border-color: #A82839;
}
.TagClassName
{
border-color: #A82839;
}
</style>