Shades of Cardinal #A6163D
Tints of Cardinal #A6163D
RGB
CMYK
RGB Variations
Color information
#A6163D (or 0xA6163D) is known color: Cardinal. HEX triplet: A6, 16 and 3D. RGB value is (166,22,61). Sum of RGB (Red+Green+Blue) = 166+22+61=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A6163D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6163D is #59E9C2. Grayscale: #454545. Windows color (decimal): -5892547 or 4003494. OLE color: 4003494.
HSL color Cylindrical-coordinate representation of color #A6163D: hue angle of 343.75º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6163D is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 61 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.35 |
| HSL | 343.75º | 0.77% | 0.37% | - |
| HSV(B) | 343.75º | 0.87% | 0.65% | - |
| XYZ | 16.86 | 9.02 | 5.27 | - |
| YUV | 69.5 | 123.21 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 61 | 0 | 0.87 | 0.63 | 0.35 | 343.75 | 0.77 | 0.37 |
| Hex | A6 | 16 | 3D | 0 | 57 | 3F | 23 | 158 | 4D | 25 |
| Octal | 246 | 26 | 75 | 0 | 127 | 77 | 43 | 530 | 115 | 45 |
| Binary | 10100110 | 10110 | 111101 | 0 | 1010111 | 111111 | 100011 | 101011000 | 1001101 | 100101 |
Color Harmonies of #A6163D
Complementary color
Monochromatic Colors of #A6163D
Black with #A6163D
Text Example
Text Example
White with #A6163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6163D; }
p { color: rgb(166,22,61); }
H1.HeaderClassName
{
color: #A6163D;
}
.AnyTagClassName
{
color: #A6163D;
}
</style>
background-color css
<style>
a { background-color: #A6163D; }
a { background-color: rgb(166,22,61); }
div.DivClassName
{
background-color: #A6163D;
}
.BgClassName
{
background-color: #A6163D;
}
</style>
border-color css
<style>
span { border-color: #A6163D; }
span { border-color: rgb(166,22,61); }
td.TdClassName
{
border-color: #A6163D;
}
.TagClassName
{
border-color: #A6163D;
}
</style>