Shades of Guardsman Red #A82835
Tints of Guardsman Red #A82835
RGB
CMYK
RGB Variations
Color information
#A82835 (or 0xA82835) is known color: Guardsman Red. HEX triplet: A8, 28 and 35. RGB value is (168,40,53). Sum of RGB (Red+Green+Blue) = 168+40+53=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A82835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82835 is #57D7CA. Grayscale: #4F4F4F. Windows color (decimal): -5756875 or 3483816. OLE color: 3483816.
HSL color Cylindrical-coordinate representation of color #A82835: hue angle of 353.91º 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 #A82835 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 53 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.34 |
| HSL | 353.91º | 0.62% | 0.41% | - |
| HSV(B) | 353.91º | 0.76% | 0.66% | - |
| XYZ | 17.55 | 10.1 | 4.39 | - |
| YUV | 79.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 53 | 0 | 0.76 | 0.68 | 0.34 | 353.91 | 0.62 | 0.41 |
| Hex | A8 | 28 | 35 | 0 | 4C | 44 | 22 | 162 | 3E | 29 |
| Octal | 250 | 50 | 65 | 0 | 114 | 104 | 42 | 542 | 76 | 51 |
| Binary | 10101000 | 101000 | 110101 | 0 | 1001100 | 1000100 | 100010 | 101100010 | 111110 | 101001 |
Color Harmonies of #A82835
Complementary color
Monochromatic Colors of #A82835
Black with #A82835
Text Example
Text Example
White with #A82835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82835; }
p { color: rgb(168,40,53); }
H1.HeaderClassName
{
color: #A82835;
}
.AnyTagClassName
{
color: #A82835;
}
</style>
background-color css
<style>
a { background-color: #A82835; }
a { background-color: rgb(168,40,53); }
div.DivClassName
{
background-color: #A82835;
}
.BgClassName
{
background-color: #A82835;
}
</style>
border-color css
<style>
span { border-color: #A82835; }
span { border-color: rgb(168,40,53); }
td.TdClassName
{
border-color: #A82835;
}
.TagClassName
{
border-color: #A82835;
}
</style>