Shades of Guardsman Red #A82737
Tints of Guardsman Red #A82737
RGB
CMYK
RGB Variations
Color information
#A82737 (or 0xA82737) is known color: Guardsman Red. HEX triplet: A8, 27 and 37. RGB value is (168,39,55). Sum of RGB (Red+Green+Blue) = 168+39+55=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A82737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82737 is #57D8C8. Grayscale: #4F4F4F. Windows color (decimal): -5757129 or 3614632. OLE color: 3614632.
HSL color Cylindrical-coordinate representation of color #A82737: hue angle of 352.56º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82737 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 55 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.34 |
| HSL | 352.56º | 0.62% | 0.41% | - |
| HSV(B) | 352.56º | 0.77% | 0.66% | - |
| XYZ | 17.56 | 10.05 | 4.63 | - |
| YUV | 79.4 | 114.24 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 55 | 0 | 0.77 | 0.67 | 0.34 | 352.56 | 0.62 | 0.41 |
| Hex | A8 | 27 | 37 | 0 | 4D | 43 | 22 | 161 | 3E | 29 |
| Octal | 250 | 47 | 67 | 0 | 115 | 103 | 42 | 541 | 76 | 51 |
| Binary | 10101000 | 100111 | 110111 | 0 | 1001101 | 1000011 | 100010 | 101100001 | 111110 | 101001 |
Color Harmonies of #A82737
Complementary color
Monochromatic Colors of #A82737
Black with #A82737
Text Example
Text Example
White with #A82737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82737; }
p { color: rgb(168,39,55); }
H1.HeaderClassName
{
color: #A82737;
}
.AnyTagClassName
{
color: #A82737;
}
</style>
background-color css
<style>
a { background-color: #A82737; }
a { background-color: rgb(168,39,55); }
div.DivClassName
{
background-color: #A82737;
}
.BgClassName
{
background-color: #A82737;
}
</style>
border-color css
<style>
span { border-color: #A82737; }
span { border-color: rgb(168,39,55); }
td.TdClassName
{
border-color: #A82737;
}
.TagClassName
{
border-color: #A82737;
}
</style>