Shades of Cardinal #A6113D
Tints of Cardinal #A6113D
RGB
CMYK
RGB Variations
Color information
#A6113D (or 0xA6113D) is known color: Cardinal. HEX triplet: A6, 11 and 3D. RGB value is (166,17,61). Sum of RGB (Red+Green+Blue) = 166+17+61=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A6113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6113D is #59EEC2. Grayscale: #424242. Windows color (decimal): -5893827 or 4002214. OLE color: 4002214.
HSL color Cylindrical-coordinate representation of color #A6113D: hue angle of 342.28º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6113D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 17 | 61 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.35 |
| HSL | 342.28º | 0.81% | 0.36% | - |
| HSV(B) | 342.28º | 0.9% | 0.65% | - |
| XYZ | 16.77 | 8.84 | 5.24 | - |
| YUV | 66.57 | 124.86 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 61 | 0 | 0.90 | 0.63 | 0.35 | 342.28 | 0.81 | 0.36 |
| Hex | A6 | 11 | 3D | 0 | 5A | 3F | 23 | 156 | 51 | 24 |
| Octal | 246 | 21 | 75 | 0 | 132 | 77 | 43 | 526 | 121 | 44 |
| Binary | 10100110 | 10001 | 111101 | 0 | 1011010 | 111111 | 100011 | 101010110 | 1010001 | 100100 |
Color Harmonies of #A6113D
Complementary color
Monochromatic Colors of #A6113D
Black with #A6113D
Text Example
Text Example
White with #A6113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6113D; }
p { color: rgb(166,17,61); }
H1.HeaderClassName
{
color: #A6113D;
}
.AnyTagClassName
{
color: #A6113D;
}
</style>
background-color css
<style>
a { background-color: #A6113D; }
a { background-color: rgb(166,17,61); }
div.DivClassName
{
background-color: #A6113D;
}
.BgClassName
{
background-color: #A6113D;
}
</style>
border-color css
<style>
span { border-color: #A6113D; }
span { border-color: rgb(166,17,61); }
td.TdClassName
{
border-color: #A6113D;
}
.TagClassName
{
border-color: #A6113D;
}
</style>