Shades of Guardsman Red #A62835
Tints of Guardsman Red #A62835
RGB
CMYK
RGB Variations
Color information
#A62835 (or 0xA62835) is known color: Guardsman Red. HEX triplet: A6, 28 and 35. RGB value is (166,40,53). Sum of RGB (Red+Green+Blue) = 166+40+53=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A62835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62835 is #59D7CA. Grayscale: #4F4F4F. Windows color (decimal): -5887947 or 3483814. OLE color: 3483814.
HSL color Cylindrical-coordinate representation of color #A62835: hue angle of 353.81º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62835 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 53 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.35 |
| HSL | 353.81º | 0.61% | 0.4% | - |
| HSV(B) | 353.81º | 0.76% | 0.65% | - |
| XYZ | 17.13 | 9.88 | 4.37 | - |
| YUV | 79.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 53 | 0 | 0.76 | 0.68 | 0.35 | 353.81 | 0.61 | 0.4 |
| Hex | A6 | 28 | 35 | 0 | 4C | 44 | 23 | 162 | 3D | 28 |
| Octal | 246 | 50 | 65 | 0 | 114 | 104 | 43 | 542 | 75 | 50 |
| Binary | 10100110 | 101000 | 110101 | 0 | 1001100 | 1000100 | 100011 | 101100010 | 111101 | 101000 |
Color Harmonies of #A62835
Complementary color
Monochromatic Colors of #A62835
Black with #A62835
Text Example
Text Example
White with #A62835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62835; }
p { color: rgb(166,40,53); }
H1.HeaderClassName
{
color: #A62835;
}
.AnyTagClassName
{
color: #A62835;
}
</style>
background-color css
<style>
a { background-color: #A62835; }
a { background-color: rgb(166,40,53); }
div.DivClassName
{
background-color: #A62835;
}
.BgClassName
{
background-color: #A62835;
}
</style>
border-color css
<style>
span { border-color: #A62835; }
span { border-color: rgb(166,40,53); }
td.TdClassName
{
border-color: #A62835;
}
.TagClassName
{
border-color: #A62835;
}
</style>