Shades of Guardsman Red #A82829
Tints of Guardsman Red #A82829
RGB
CMYK
RGB Variations
Color information
#A82829 (or 0xA82829) is known color: Guardsman Red. HEX triplet: A8, 28 and 29. RGB value is (168,40,41). Sum of RGB (Red+Green+Blue) = 168+40+41=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A82829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82829 is #57D7D6. Grayscale: #4E4E4E. Windows color (decimal): -5756887 or 2697384. OLE color: 2697384.
HSL color Cylindrical-coordinate representation of color #A82829: hue angle of 359.53º 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 #A82829 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 41 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.34 |
| HSL | 359.53º | 0.62% | 0.41% | - |
| HSV(B) | 359.53º | 0.76% | 0.66% | - |
| XYZ | 17.31 | 10 | 3.12 | - |
| YUV | 78.39 | 106.91 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 41 | 0 | 0.76 | 0.76 | 0.34 | 359.53 | 0.62 | 0.41 |
| Hex | A8 | 28 | 29 | 0 | 4C | 4C | 22 | 168 | 3E | 29 |
| Octal | 250 | 50 | 51 | 0 | 114 | 114 | 42 | 550 | 76 | 51 |
| Binary | 10101000 | 101000 | 101001 | 0 | 1001100 | 1001100 | 100010 | 101101000 | 111110 | 101001 |
Color Harmonies of #A82829
Complementary color
Monochromatic Colors of #A82829
Black with #A82829
Text Example
Text Example
White with #A82829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82829; }
p { color: rgb(168,40,41); }
H1.HeaderClassName
{
color: #A82829;
}
.AnyTagClassName
{
color: #A82829;
}
</style>
background-color css
<style>
a { background-color: #A82829; }
a { background-color: rgb(168,40,41); }
div.DivClassName
{
background-color: #A82829;
}
.BgClassName
{
background-color: #A82829;
}
</style>
border-color css
<style>
span { border-color: #A82829; }
span { border-color: rgb(168,40,41); }
td.TdClassName
{
border-color: #A82829;
}
.TagClassName
{
border-color: #A82829;
}
</style>