Shades of Guardsman Red #A82831
Tints of Guardsman Red #A82831
RGB
CMYK
RGB Variations
Color information
#A82831 (or 0xA82831) is known color: Guardsman Red. HEX triplet: A8, 28 and 31. RGB value is (168,40,49). Sum of RGB (Red+Green+Blue) = 168+40+49=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A82831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82831 is #57D7CE. Grayscale: #4F4F4F. Windows color (decimal): -5756879 or 3221672. OLE color: 3221672.
HSL color Cylindrical-coordinate representation of color #A82831: hue angle of 355.78º 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 #A82831 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 49 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.34 |
| HSL | 355.78º | 0.62% | 0.41% | - |
| HSV(B) | 355.78º | 0.76% | 0.66% | - |
| XYZ | 17.46 | 10.06 | 3.93 | - |
| YUV | 79.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 49 | 0 | 0.76 | 0.71 | 0.34 | 355.78 | 0.62 | 0.41 |
| Hex | A8 | 28 | 31 | 0 | 4C | 47 | 22 | 164 | 3E | 29 |
| Octal | 250 | 50 | 61 | 0 | 114 | 107 | 42 | 544 | 76 | 51 |
| Binary | 10101000 | 101000 | 110001 | 0 | 1001100 | 1000111 | 100010 | 101100100 | 111110 | 101001 |
Color Harmonies of #A82831
Complementary color
Monochromatic Colors of #A82831
Black with #A82831
Text Example
Text Example
White with #A82831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82831; }
p { color: rgb(168,40,49); }
H1.HeaderClassName
{
color: #A82831;
}
.AnyTagClassName
{
color: #A82831;
}
</style>
background-color css
<style>
a { background-color: #A82831; }
a { background-color: rgb(168,40,49); }
div.DivClassName
{
background-color: #A82831;
}
.BgClassName
{
background-color: #A82831;
}
</style>
border-color css
<style>
span { border-color: #A82831; }
span { border-color: rgb(168,40,49); }
td.TdClassName
{
border-color: #A82831;
}
.TagClassName
{
border-color: #A82831;
}
</style>