Shades of Guardsman Red #A62A31
Tints of Guardsman Red #A62A31
RGB
CMYK
RGB Variations
Color information
#A62A31 (or 0xA62A31) is known color: Guardsman Red. HEX triplet: A6, 2A and 31. RGB value is (166,42,49). Sum of RGB (Red+Green+Blue) = 166+42+49=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62A31 is #59D5CE. Grayscale: #4F4F4F. Windows color (decimal): -5887439 or 3222182. OLE color: 3222182.
HSL color Cylindrical-coordinate representation of color #A62A31: hue angle of 356.61º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62A31 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 42 | 49 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.35 |
| HSL | 356.61º | 0.6% | 0.41% | - |
| HSV(B) | 356.61º | 0.75% | 0.65% | - |
| XYZ | 17.11 | 9.98 | 3.93 | - |
| YUV | 79.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 49 | 0 | 0.75 | 0.70 | 0.35 | 356.61 | 0.6 | 0.41 |
| Hex | A6 | 2A | 31 | 0 | 4B | 46 | 23 | 165 | 3C | 29 |
| Octal | 246 | 52 | 61 | 0 | 113 | 106 | 43 | 545 | 74 | 51 |
| Binary | 10100110 | 101010 | 110001 | 0 | 1001011 | 1000110 | 100011 | 101100101 | 111100 | 101001 |
Color Harmonies of #A62A31
Complementary color
Monochromatic Colors of #A62A31
Black with #A62A31
Text Example
Text Example
White with #A62A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62A31; }
p { color: rgb(166,42,49); }
H1.HeaderClassName
{
color: #A62A31;
}
.AnyTagClassName
{
color: #A62A31;
}
</style>
background-color css
<style>
a { background-color: #A62A31; }
a { background-color: rgb(166,42,49); }
div.DivClassName
{
background-color: #A62A31;
}
.BgClassName
{
background-color: #A62A31;
}
</style>
border-color css
<style>
span { border-color: #A62A31; }
span { border-color: rgb(166,42,49); }
td.TdClassName
{
border-color: #A62A31;
}
.TagClassName
{
border-color: #A62A31;
}
</style>