Shades of Cardinal #A6163C
Tints of Cardinal #A6163C
RGB
CMYK
RGB Variations
Color information
#A6163C (or 0xA6163C) is known color: Cardinal. HEX triplet: A6, 16 and 3C. RGB value is (166,22,60). Sum of RGB (Red+Green+Blue) = 166+22+60=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A6163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6163C is #59E9C3. Grayscale: #454545. Windows color (decimal): -5892548 or 3937958. OLE color: 3937958.
HSL color Cylindrical-coordinate representation of color #A6163C: hue angle of 344.17º 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 #A6163C is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 60 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.35 |
| HSL | 344.17º | 0.77% | 0.37% | - |
| HSV(B) | 344.17º | 0.87% | 0.65% | - |
| XYZ | 16.83 | 9.01 | 5.13 | - |
| YUV | 69.39 | 122.71 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 60 | 0 | 0.87 | 0.64 | 0.35 | 344.17 | 0.77 | 0.37 |
| Hex | A6 | 16 | 3C | 0 | 57 | 40 | 23 | 158 | 4D | 25 |
| Octal | 246 | 26 | 74 | 0 | 127 | 100 | 43 | 530 | 115 | 45 |
| Binary | 10100110 | 10110 | 111100 | 0 | 1010111 | 1000000 | 100011 | 101011000 | 1001101 | 100101 |
Color Harmonies of #A6163C
Complementary color
Monochromatic Colors of #A6163C
Black with #A6163C
Text Example
Text Example
White with #A6163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6163C; }
p { color: rgb(166,22,60); }
H1.HeaderClassName
{
color: #A6163C;
}
.AnyTagClassName
{
color: #A6163C;
}
</style>
background-color css
<style>
a { background-color: #A6163C; }
a { background-color: rgb(166,22,60); }
div.DivClassName
{
background-color: #A6163C;
}
.BgClassName
{
background-color: #A6163C;
}
</style>
border-color css
<style>
span { border-color: #A6163C; }
span { border-color: rgb(166,22,60); }
td.TdClassName
{
border-color: #A6163C;
}
.TagClassName
{
border-color: #A6163C;
}
</style>