Shades of Guardsman Red #A62E3A
Tints of Guardsman Red #A62E3A
RGB
CMYK
RGB Variations
Color information
#A62E3A (or 0xA62E3A) is known color: Guardsman Red. HEX triplet: A6, 2E and 3A. RGB value is (166,46,58). Sum of RGB (Red+Green+Blue) = 166+46+58=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62E3A is #59D1C5. Grayscale: #535353. Windows color (decimal): -5886406 or 3813030. OLE color: 3813030.
HSL color Cylindrical-coordinate representation of color #A62E3A: hue angle of 354º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62E3A is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 46 | 58 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.35 |
| HSL | 354º | 0.57% | 0.42% | - |
| HSV(B) | 354º | 0.72% | 0.65% | - |
| XYZ | 17.47 | 10.37 | 5.08 | - |
| YUV | 83.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 58 | 0 | 0.72 | 0.65 | 0.35 | 354 | 0.57 | 0.42 |
| Hex | A6 | 2E | 3A | 0 | 48 | 41 | 23 | 162 | 39 | 2A |
| Octal | 246 | 56 | 72 | 0 | 110 | 101 | 43 | 542 | 71 | 52 |
| Binary | 10100110 | 101110 | 111010 | 0 | 1001000 | 1000001 | 100011 | 101100010 | 111001 | 101010 |
Color Harmonies of #A62E3A
Complementary color
Monochromatic Colors of #A62E3A
Black with #A62E3A
Text Example
Text Example
White with #A62E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62E3A; }
p { color: rgb(166,46,58); }
H1.HeaderClassName
{
color: #A62E3A;
}
.AnyTagClassName
{
color: #A62E3A;
}
</style>
background-color css
<style>
a { background-color: #A62E3A; }
a { background-color: rgb(166,46,58); }
div.DivClassName
{
background-color: #A62E3A;
}
.BgClassName
{
background-color: #A62E3A;
}
</style>
border-color css
<style>
span { border-color: #A62E3A; }
span { border-color: rgb(166,46,58); }
td.TdClassName
{
border-color: #A62E3A;
}
.TagClassName
{
border-color: #A62E3A;
}
</style>