Shades of Guardsman Red #A82528
Tints of Guardsman Red #A82528
RGB
CMYK
RGB Variations
Color information
#A82528 (or 0xA82528) is known color: Guardsman Red. HEX triplet: A8, 25 and 28. RGB value is (168,37,40). Sum of RGB (Red+Green+Blue) = 168+37+40=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A82528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82528 is #57DAD7. Grayscale: #4C4C4C. Windows color (decimal): -5757656 or 2631080. OLE color: 2631080.
HSL color Cylindrical-coordinate representation of color #A82528: hue angle of 358.63º 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 #A82528 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 40 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.34 |
| HSL | 358.63º | 0.64% | 0.4% | - |
| HSV(B) | 358.63º | 0.78% | 0.66% | - |
| XYZ | 17.19 | 9.8 | 2.99 | - |
| YUV | 76.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 40 | 0 | 0.78 | 0.76 | 0.34 | 358.63 | 0.64 | 0.4 |
| Hex | A8 | 25 | 28 | 0 | 4E | 4C | 22 | 167 | 40 | 28 |
| Octal | 250 | 45 | 50 | 0 | 116 | 114 | 42 | 547 | 100 | 50 |
| Binary | 10101000 | 100101 | 101000 | 0 | 1001110 | 1001100 | 100010 | 101100111 | 1000000 | 101000 |
Color Harmonies of #A82528
Complementary color
Monochromatic Colors of #A82528
Black with #A82528
Text Example
Text Example
White with #A82528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82528; }
p { color: rgb(168,37,40); }
H1.HeaderClassName
{
color: #A82528;
}
.AnyTagClassName
{
color: #A82528;
}
</style>
background-color css
<style>
a { background-color: #A82528; }
a { background-color: rgb(168,37,40); }
div.DivClassName
{
background-color: #A82528;
}
.BgClassName
{
background-color: #A82528;
}
</style>
border-color css
<style>
span { border-color: #A82528; }
span { border-color: rgb(168,37,40); }
td.TdClassName
{
border-color: #A82528;
}
.TagClassName
{
border-color: #A82528;
}
</style>