Shades of Guardsman Red #A82532
Tints of Guardsman Red #A82532
RGB
CMYK
RGB Variations
Color information
#A82532 (or 0xA82532) is known color: Guardsman Red. HEX triplet: A8, 25 and 32. RGB value is (168,37,50). Sum of RGB (Red+Green+Blue) = 168+37+50=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A82532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82532 is #57DACD. Grayscale: #4D4D4D. Windows color (decimal): -5757646 or 3286440. OLE color: 3286440.
HSL color Cylindrical-coordinate representation of color #A82532: hue angle of 354.05º 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 #A82532 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 50 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.34 |
| HSL | 354.05º | 0.64% | 0.4% | - |
| HSV(B) | 354.05º | 0.78% | 0.66% | - |
| XYZ | 17.39 | 9.88 | 4.01 | - |
| YUV | 77.65 | 112.4 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 50 | 0 | 0.78 | 0.70 | 0.34 | 354.05 | 0.64 | 0.4 |
| Hex | A8 | 25 | 32 | 0 | 4E | 46 | 22 | 162 | 40 | 28 |
| Octal | 250 | 45 | 62 | 0 | 116 | 106 | 42 | 542 | 100 | 50 |
| Binary | 10101000 | 100101 | 110010 | 0 | 1001110 | 1000110 | 100010 | 101100010 | 1000000 | 101000 |
Color Harmonies of #A82532
Complementary color
Monochromatic Colors of #A82532
Black with #A82532
Text Example
Text Example
White with #A82532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82532; }
p { color: rgb(168,37,50); }
H1.HeaderClassName
{
color: #A82532;
}
.AnyTagClassName
{
color: #A82532;
}
</style>
background-color css
<style>
a { background-color: #A82532; }
a { background-color: rgb(168,37,50); }
div.DivClassName
{
background-color: #A82532;
}
.BgClassName
{
background-color: #A82532;
}
</style>
border-color css
<style>
span { border-color: #A82532; }
span { border-color: rgb(168,37,50); }
td.TdClassName
{
border-color: #A82532;
}
.TagClassName
{
border-color: #A82532;
}
</style>