Shades of Cardinal #A60E3E
Tints of Cardinal #A60E3E
RGB
CMYK
RGB Variations
Color information
#A60E3E (or 0xA60E3E) is known color: Cardinal. HEX triplet: A6, 0E and 3E. RGB value is (166,14,62). Sum of RGB (Red+Green+Blue) = 166+14+62=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60E3E is #59F1C1. Grayscale: #404040. Windows color (decimal): -5894594 or 4066982. OLE color: 4066982.
HSL color Cylindrical-coordinate representation of color #A60E3E: hue angle of 341.05º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60E3E is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 62 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.35 |
| HSL | 341.05º | 0.84% | 0.35% | - |
| HSV(B) | 341.05º | 0.92% | 0.65% | - |
| XYZ | 16.75 | 8.77 | 5.37 | - |
| YUV | 64.92 | 126.36 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 62 | 0 | 0.92 | 0.63 | 0.35 | 341.05 | 0.84 | 0.35 |
| Hex | A6 | E | 3E | 0 | 5C | 3F | 23 | 155 | 54 | 23 |
| Octal | 246 | 16 | 76 | 0 | 134 | 77 | 43 | 525 | 124 | 43 |
| Binary | 10100110 | 1110 | 111110 | 0 | 1011100 | 111111 | 100011 | 101010101 | 1010100 | 100011 |
Color Harmonies of #A60E3E
Complementary color
Monochromatic Colors of #A60E3E
Black with #A60E3E
Text Example
Text Example
White with #A60E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E3E; }
p { color: rgb(166,14,62); }
H1.HeaderClassName
{
color: #A60E3E;
}
.AnyTagClassName
{
color: #A60E3E;
}
</style>
background-color css
<style>
a { background-color: #A60E3E; }
a { background-color: rgb(166,14,62); }
div.DivClassName
{
background-color: #A60E3E;
}
.BgClassName
{
background-color: #A60E3E;
}
</style>
border-color css
<style>
span { border-color: #A60E3E; }
span { border-color: rgb(166,14,62); }
td.TdClassName
{
border-color: #A60E3E;
}
.TagClassName
{
border-color: #A60E3E;
}
</style>