Shades of Guardsman Red #A82E37
Tints of Guardsman Red #A82E37
RGB
CMYK
RGB Variations
Color information
#A82E37 (or 0xA82E37) is known color: Guardsman Red. HEX triplet: A8, 2E and 37. RGB value is (168,46,55). Sum of RGB (Red+Green+Blue) = 168+46+55=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82E37 is #57D1C8. Grayscale: #535353. Windows color (decimal): -5755337 or 3616424. OLE color: 3616424.
HSL color Cylindrical-coordinate representation of color #A82E37: hue angle of 355.57º degrees, saturation: 0.57, 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 #A82E37 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 46 | 55 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.34 |
| HSL | 355.57º | 0.57% | 0.42% | - |
| HSV(B) | 355.57º | 0.73% | 0.66% | - |
| XYZ | 17.82 | 10.55 | 4.71 | - |
| YUV | 83.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 55 | 0 | 0.73 | 0.67 | 0.34 | 355.57 | 0.57 | 0.42 |
| Hex | A8 | 2E | 37 | 0 | 49 | 43 | 22 | 164 | 39 | 2A |
| Octal | 250 | 56 | 67 | 0 | 111 | 103 | 42 | 544 | 71 | 52 |
| Binary | 10101000 | 101110 | 110111 | 0 | 1001001 | 1000011 | 100010 | 101100100 | 111001 | 101010 |
Color Harmonies of #A82E37
Complementary color
Monochromatic Colors of #A82E37
Black with #A82E37
Text Example
Text Example
White with #A82E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82E37; }
p { color: rgb(168,46,55); }
H1.HeaderClassName
{
color: #A82E37;
}
.AnyTagClassName
{
color: #A82E37;
}
</style>
background-color css
<style>
a { background-color: #A82E37; }
a { background-color: rgb(168,46,55); }
div.DivClassName
{
background-color: #A82E37;
}
.BgClassName
{
background-color: #A82E37;
}
</style>
border-color css
<style>
span { border-color: #A82E37; }
span { border-color: rgb(168,46,55); }
td.TdClassName
{
border-color: #A82E37;
}
.TagClassName
{
border-color: #A82E37;
}
</style>