Shades of Guardsman Red #A82736
Tints of Guardsman Red #A82736
RGB
CMYK
RGB Variations
Color information
#A82736 (or 0xA82736) is known color: Guardsman Red. HEX triplet: A8, 27 and 36. RGB value is (168,39,54). Sum of RGB (Red+Green+Blue) = 168+39+54=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A82736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82736 is #57D8C9. Grayscale: #4F4F4F. Windows color (decimal): -5757130 or 3549096. OLE color: 3549096.
HSL color Cylindrical-coordinate representation of color #A82736: hue angle of 353.02º 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 #A82736 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 54 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.34 |
| HSL | 353.02º | 0.62% | 0.41% | - |
| HSV(B) | 353.02º | 0.77% | 0.66% | - |
| XYZ | 17.54 | 10.04 | 4.5 | - |
| YUV | 79.28 | 113.74 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 54 | 0 | 0.77 | 0.68 | 0.34 | 353.02 | 0.62 | 0.41 |
| Hex | A8 | 27 | 36 | 0 | 4D | 44 | 22 | 161 | 3E | 29 |
| Octal | 250 | 47 | 66 | 0 | 115 | 104 | 42 | 541 | 76 | 51 |
| Binary | 10101000 | 100111 | 110110 | 0 | 1001101 | 1000100 | 100010 | 101100001 | 111110 | 101001 |
Color Harmonies of #A82736
Complementary color
Monochromatic Colors of #A82736
Black with #A82736
Text Example
Text Example
White with #A82736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82736; }
p { color: rgb(168,39,54); }
H1.HeaderClassName
{
color: #A82736;
}
.AnyTagClassName
{
color: #A82736;
}
</style>
background-color css
<style>
a { background-color: #A82736; }
a { background-color: rgb(168,39,54); }
div.DivClassName
{
background-color: #A82736;
}
.BgClassName
{
background-color: #A82736;
}
</style>
border-color css
<style>
span { border-color: #A82736; }
span { border-color: rgb(168,39,54); }
td.TdClassName
{
border-color: #A82736;
}
.TagClassName
{
border-color: #A82736;
}
</style>