Shades of Guardsman Red #A82931
Tints of Guardsman Red #A82931
RGB
CMYK
RGB Variations
Color information
#A82931 (or 0xA82931) is known color: Guardsman Red. HEX triplet: A8, 29 and 31. RGB value is (168,41,49). Sum of RGB (Red+Green+Blue) = 168+41+49=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A82931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82931 is #57D6CE. Grayscale: #4F4F4F. Windows color (decimal): -5756623 or 3221928. OLE color: 3221928.
HSL color Cylindrical-coordinate representation of color #A82931: hue angle of 356.22º degrees, saturation: 0.61, 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 #A82931 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 49 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.34 |
| HSL | 356.22º | 0.61% | 0.41% | - |
| HSV(B) | 356.22º | 0.76% | 0.66% | - |
| XYZ | 17.5 | 10.13 | 3.94 | - |
| YUV | 79.89 | 110.58 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 49 | 0 | 0.76 | 0.71 | 0.34 | 356.22 | 0.61 | 0.41 |
| Hex | A8 | 29 | 31 | 0 | 4C | 47 | 22 | 164 | 3D | 29 |
| Octal | 250 | 51 | 61 | 0 | 114 | 107 | 42 | 544 | 75 | 51 |
| Binary | 10101000 | 101001 | 110001 | 0 | 1001100 | 1000111 | 100010 | 101100100 | 111101 | 101001 |
Color Harmonies of #A82931
Complementary color
Monochromatic Colors of #A82931
Black with #A82931
Text Example
Text Example
White with #A82931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82931; }
p { color: rgb(168,41,49); }
H1.HeaderClassName
{
color: #A82931;
}
.AnyTagClassName
{
color: #A82931;
}
</style>
background-color css
<style>
a { background-color: #A82931; }
a { background-color: rgb(168,41,49); }
div.DivClassName
{
background-color: #A82931;
}
.BgClassName
{
background-color: #A82931;
}
</style>
border-color css
<style>
span { border-color: #A82931; }
span { border-color: rgb(168,41,49); }
td.TdClassName
{
border-color: #A82931;
}
.TagClassName
{
border-color: #A82931;
}
</style>