Shades of Guardsman Red #A62529
Tints of Guardsman Red #A62529
RGB
CMYK
RGB Variations
Color information
#A62529 (or 0xA62529) is known color: Guardsman Red. HEX triplet: A6, 25 and 29. RGB value is (166,37,41). Sum of RGB (Red+Green+Blue) = 166+37+41=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A62529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62529 is #59DAD6. Grayscale: #4C4C4C. Windows color (decimal): -5888727 or 2696614. OLE color: 2696614.
HSL color Cylindrical-coordinate representation of color #A62529: hue angle of 358.14º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62529 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 37 | 41 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.35 |
| HSL | 358.14º | 0.64% | 0.4% | - |
| HSV(B) | 358.14º | 0.78% | 0.65% | - |
| XYZ | 16.79 | 9.59 | 3.06 | - |
| YUV | 76.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 41 | 0 | 0.78 | 0.75 | 0.35 | 358.14 | 0.64 | 0.4 |
| Hex | A6 | 25 | 29 | 0 | 4E | 4B | 23 | 166 | 40 | 28 |
| Octal | 246 | 45 | 51 | 0 | 116 | 113 | 43 | 546 | 100 | 50 |
| Binary | 10100110 | 100101 | 101001 | 0 | 1001110 | 1001011 | 100011 | 101100110 | 1000000 | 101000 |
Color Harmonies of #A62529
Complementary color
Monochromatic Colors of #A62529
Black with #A62529
Text Example
Text Example
White with #A62529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62529; }
p { color: rgb(166,37,41); }
H1.HeaderClassName
{
color: #A62529;
}
.AnyTagClassName
{
color: #A62529;
}
</style>
background-color css
<style>
a { background-color: #A62529; }
a { background-color: rgb(166,37,41); }
div.DivClassName
{
background-color: #A62529;
}
.BgClassName
{
background-color: #A62529;
}
</style>
border-color css
<style>
span { border-color: #A62529; }
span { border-color: rgb(166,37,41); }
td.TdClassName
{
border-color: #A62529;
}
.TagClassName
{
border-color: #A62529;
}
</style>