Shades of Guardsman Red #A82536
Tints of Guardsman Red #A82536
RGB
CMYK
RGB Variations
Color information
#A82536 (or 0xA82536) is known color: Guardsman Red. HEX triplet: A8, 25 and 36. RGB value is (168,37,54). Sum of RGB (Red+Green+Blue) = 168+37+54=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A82536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82536 is #57DAC9. Grayscale: #4E4E4E. Windows color (decimal): -5757642 or 3548584. OLE color: 3548584.
HSL color Cylindrical-coordinate representation of color #A82536: hue angle of 352.21º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82536 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 54 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.34 |
| HSL | 352.21º | 0.64% | 0.4% | - |
| HSV(B) | 352.21º | 0.78% | 0.66% | - |
| XYZ | 17.48 | 9.91 | 4.48 | - |
| YUV | 78.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 54 | 0 | 0.78 | 0.68 | 0.34 | 352.21 | 0.64 | 0.4 |
| Hex | A8 | 25 | 36 | 0 | 4E | 44 | 22 | 160 | 40 | 28 |
| Octal | 250 | 45 | 66 | 0 | 116 | 104 | 42 | 540 | 100 | 50 |
| Binary | 10101000 | 100101 | 110110 | 0 | 1001110 | 1000100 | 100010 | 101100000 | 1000000 | 101000 |
Color Harmonies of #A82536
Complementary color
Monochromatic Colors of #A82536
Black with #A82536
Text Example
Text Example
White with #A82536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82536; }
p { color: rgb(168,37,54); }
H1.HeaderClassName
{
color: #A82536;
}
.AnyTagClassName
{
color: #A82536;
}
</style>
background-color css
<style>
a { background-color: #A82536; }
a { background-color: rgb(168,37,54); }
div.DivClassName
{
background-color: #A82536;
}
.BgClassName
{
background-color: #A82536;
}
</style>
border-color css
<style>
span { border-color: #A82536; }
span { border-color: rgb(168,37,54); }
td.TdClassName
{
border-color: #A82536;
}
.TagClassName
{
border-color: #A82536;
}
</style>