Shades of Guardsman Red #A82D39
Tints of Guardsman Red #A82D39
RGB
CMYK
RGB Variations
Color information
#A82D39 (or 0xA82D39) is known color: Guardsman Red. HEX triplet: A8, 2D and 39. RGB value is (168,45,57). Sum of RGB (Red+Green+Blue) = 168+45+57=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82D39 is #57D2C6. Grayscale: #535353. Windows color (decimal): -5755591 or 3747240. OLE color: 3747240.
HSL color Cylindrical-coordinate representation of color #A82D39: hue angle of 354.15º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82D39 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 45 | 57 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.34 |
| HSL | 354.15º | 0.58% | 0.42% | - |
| HSV(B) | 354.15º | 0.73% | 0.66% | - |
| XYZ | 17.83 | 10.5 | 4.96 | - |
| YUV | 83.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 57 | 0 | 0.73 | 0.66 | 0.34 | 354.15 | 0.58 | 0.42 |
| Hex | A8 | 2D | 39 | 0 | 49 | 42 | 22 | 162 | 3A | 2A |
| Octal | 250 | 55 | 71 | 0 | 111 | 102 | 42 | 542 | 72 | 52 |
| Binary | 10101000 | 101101 | 111001 | 0 | 1001001 | 1000010 | 100010 | 101100010 | 111010 | 101010 |
Color Harmonies of #A82D39
Complementary color
Monochromatic Colors of #A82D39
Black with #A82D39
Text Example
Text Example
White with #A82D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82D39; }
p { color: rgb(168,45,57); }
H1.HeaderClassName
{
color: #A82D39;
}
.AnyTagClassName
{
color: #A82D39;
}
</style>
background-color css
<style>
a { background-color: #A82D39; }
a { background-color: rgb(168,45,57); }
div.DivClassName
{
background-color: #A82D39;
}
.BgClassName
{
background-color: #A82D39;
}
</style>
border-color css
<style>
span { border-color: #A82D39; }
span { border-color: rgb(168,45,57); }
td.TdClassName
{
border-color: #A82D39;
}
.TagClassName
{
border-color: #A82D39;
}
</style>