Shades of Guardsman Red #A63440
Tints of Guardsman Red #A63440
RGB
CMYK
RGB Variations
Color information
#A63440 (or 0xA63440) is known color: Guardsman Red. HEX triplet: A6, 34 and 40. RGB value is (166,52,64). Sum of RGB (Red+Green+Blue) = 166+52+64=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A63440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63440 is #59CBBF. Grayscale: #575757. Windows color (decimal): -5884864 or 4207782. OLE color: 4207782.
HSL color Cylindrical-coordinate representation of color #A63440: hue angle of 353.68º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63440 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 64 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.35 |
| HSL | 353.68º | 0.52% | 0.43% | - |
| HSV(B) | 353.68º | 0.69% | 0.65% | - |
| XYZ | 17.88 | 10.93 | 6.02 | - |
| YUV | 87.45 | 114.77 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 64 | 0 | 0.69 | 0.61 | 0.35 | 353.68 | 0.52 | 0.43 |
| Hex | A6 | 34 | 40 | 0 | 45 | 3D | 23 | 162 | 34 | 2B |
| Octal | 246 | 64 | 100 | 0 | 105 | 75 | 43 | 542 | 64 | 53 |
| Binary | 10100110 | 110100 | 1000000 | 0 | 1000101 | 111101 | 100011 | 101100010 | 110100 | 101011 |
Color Harmonies of #A63440
Complementary color
Monochromatic Colors of #A63440
Black with #A63440
Text Example
Text Example
White with #A63440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63440; }
p { color: rgb(166,52,64); }
H1.HeaderClassName
{
color: #A63440;
}
.AnyTagClassName
{
color: #A63440;
}
</style>
background-color css
<style>
a { background-color: #A63440; }
a { background-color: rgb(166,52,64); }
div.DivClassName
{
background-color: #A63440;
}
.BgClassName
{
background-color: #A63440;
}
</style>
border-color css
<style>
span { border-color: #A63440; }
span { border-color: rgb(166,52,64); }
td.TdClassName
{
border-color: #A63440;
}
.TagClassName
{
border-color: #A63440;
}
</style>