Shades of Guardsman Red #A63C3E
Tints of Guardsman Red #A63C3E
RGB
CMYK
RGB Variations
Color information
#A63C3E (or 0xA63C3E) is known color: Guardsman Red. HEX triplet: A6, 3C and 3E. RGB value is (166,60,62). Sum of RGB (Red+Green+Blue) = 166+60+62=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63C3E is #59C3C1. Grayscale: #5C5C5C. Windows color (decimal): -5882818 or 4078758. OLE color: 4078758.
HSL color Cylindrical-coordinate representation of color #A63C3E: hue angle of 358.87º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63C3E is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 60 | 62 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.35 |
| HSL | 358.87º | 0.47% | 0.44% | - |
| HSV(B) | 358.87º | 0.64% | 0.65% | - |
| XYZ | 18.21 | 11.69 | 5.85 | - |
| YUV | 91.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 62 | 0 | 0.64 | 0.63 | 0.35 | 358.87 | 0.47 | 0.44 |
| Hex | A6 | 3C | 3E | 0 | 40 | 3F | 23 | 167 | 2F | 2C |
| Octal | 246 | 74 | 76 | 0 | 100 | 77 | 43 | 547 | 57 | 54 |
| Binary | 10100110 | 111100 | 111110 | 0 | 1000000 | 111111 | 100011 | 101100111 | 101111 | 101100 |
Color Harmonies of #A63C3E
Complementary color
Monochromatic Colors of #A63C3E
Black with #A63C3E
Text Example
Text Example
White with #A63C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63C3E; }
p { color: rgb(166,60,62); }
H1.HeaderClassName
{
color: #A63C3E;
}
.AnyTagClassName
{
color: #A63C3E;
}
</style>
background-color css
<style>
a { background-color: #A63C3E; }
a { background-color: rgb(166,60,62); }
div.DivClassName
{
background-color: #A63C3E;
}
.BgClassName
{
background-color: #A63C3E;
}
</style>
border-color css
<style>
span { border-color: #A63C3E; }
span { border-color: rgb(166,60,62); }
td.TdClassName
{
border-color: #A63C3E;
}
.TagClassName
{
border-color: #A63C3E;
}
</style>