Shades of Cardinal #A6123E
Tints of Cardinal #A6123E
RGB
CMYK
RGB Variations
Color information
#A6123E (or 0xA6123E) is known color: Cardinal. HEX triplet: A6, 12 and 3E. RGB value is (166,18,62). Sum of RGB (Red+Green+Blue) = 166+18+62=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A6123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6123E is #59EDC1. Grayscale: #434343. Windows color (decimal): -5893570 or 4068006. OLE color: 4068006.
HSL color Cylindrical-coordinate representation of color #A6123E: hue angle of 342.16º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6123E is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 18 | 62 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.35 |
| HSL | 342.16º | 0.8% | 0.36% | - |
| HSV(B) | 342.16º | 0.89% | 0.65% | - |
| XYZ | 16.81 | 8.89 | 5.39 | - |
| YUV | 67.27 | 125.03 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 62 | 0 | 0.89 | 0.63 | 0.35 | 342.16 | 0.8 | 0.36 |
| Hex | A6 | 12 | 3E | 0 | 59 | 3F | 23 | 156 | 50 | 24 |
| Octal | 246 | 22 | 76 | 0 | 131 | 77 | 43 | 526 | 120 | 44 |
| Binary | 10100110 | 10010 | 111110 | 0 | 1011001 | 111111 | 100011 | 101010110 | 1010000 | 100100 |
Color Harmonies of #A6123E
Complementary color
Monochromatic Colors of #A6123E
Black with #A6123E
Text Example
Text Example
White with #A6123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6123E; }
p { color: rgb(166,18,62); }
H1.HeaderClassName
{
color: #A6123E;
}
.AnyTagClassName
{
color: #A6123E;
}
</style>
background-color css
<style>
a { background-color: #A6123E; }
a { background-color: rgb(166,18,62); }
div.DivClassName
{
background-color: #A6123E;
}
.BgClassName
{
background-color: #A6123E;
}
</style>
border-color css
<style>
span { border-color: #A6123E; }
span { border-color: rgb(166,18,62); }
td.TdClassName
{
border-color: #A6123E;
}
.TagClassName
{
border-color: #A6123E;
}
</style>