Shades of Guardsman Red #A82A2C
Tints of Guardsman Red #A82A2C
RGB
CMYK
RGB Variations
Color information
#A82A2C (or 0xA82A2C) is known color: Guardsman Red. HEX triplet: A8, 2A and 2C. RGB value is (168,42,44). Sum of RGB (Red+Green+Blue) = 168+42+44=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82A2C is #57D5D3. Grayscale: #505050. Windows color (decimal): -5756372 or 2894504. OLE color: 2894504.
HSL color Cylindrical-coordinate representation of color #A82A2C: hue angle of 359.05º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82A2C is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 42 | 44 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.34 |
| HSL | 359.05º | 0.6% | 0.41% | - |
| HSV(B) | 359.05º | 0.75% | 0.66% | - |
| XYZ | 17.43 | 10.16 | 3.43 | - |
| YUV | 79.9 | 107.74 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 44 | 0 | 0.75 | 0.74 | 0.34 | 359.05 | 0.6 | 0.41 |
| Hex | A8 | 2A | 2C | 0 | 4B | 4A | 22 | 167 | 3C | 29 |
| Octal | 250 | 52 | 54 | 0 | 113 | 112 | 42 | 547 | 74 | 51 |
| Binary | 10101000 | 101010 | 101100 | 0 | 1001011 | 1001010 | 100010 | 101100111 | 111100 | 101001 |
Color Harmonies of #A82A2C
Complementary color
Monochromatic Colors of #A82A2C
Black with #A82A2C
Text Example
Text Example
White with #A82A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82A2C; }
p { color: rgb(168,42,44); }
H1.HeaderClassName
{
color: #A82A2C;
}
.AnyTagClassName
{
color: #A82A2C;
}
</style>
background-color css
<style>
a { background-color: #A82A2C; }
a { background-color: rgb(168,42,44); }
div.DivClassName
{
background-color: #A82A2C;
}
.BgClassName
{
background-color: #A82A2C;
}
</style>
border-color css
<style>
span { border-color: #A82A2C; }
span { border-color: rgb(168,42,44); }
td.TdClassName
{
border-color: #A82A2C;
}
.TagClassName
{
border-color: #A82A2C;
}
</style>