Shades of Cardinal #A6163A
Tints of Cardinal #A6163A
RGB
CMYK
RGB Variations
Color information
#A6163A (or 0xA6163A) is known color: Cardinal. HEX triplet: A6, 16 and 3A. RGB value is (166,22,58). Sum of RGB (Red+Green+Blue) = 166+22+58=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A6163A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6163A is #59E9C5. Grayscale: #454545. Windows color (decimal): -5892550 or 3806886. OLE color: 3806886.
HSL color Cylindrical-coordinate representation of color #A6163A: hue angle of 345º 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 #A6163A is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 58 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.35 |
| HSL | 345º | 0.77% | 0.37% | - |
| HSV(B) | 345º | 0.87% | 0.65% | - |
| XYZ | 16.78 | 8.99 | 4.85 | - |
| YUV | 69.16 | 121.71 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 58 | 0 | 0.87 | 0.65 | 0.35 | 345 | 0.77 | 0.37 |
| Hex | A6 | 16 | 3A | 0 | 57 | 41 | 23 | 159 | 4D | 25 |
| Octal | 246 | 26 | 72 | 0 | 127 | 101 | 43 | 531 | 115 | 45 |
| Binary | 10100110 | 10110 | 111010 | 0 | 1010111 | 1000001 | 100011 | 101011001 | 1001101 | 100101 |
Color Harmonies of #A6163A
Complementary color
Monochromatic Colors of #A6163A
Black with #A6163A
Text Example
Text Example
White with #A6163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6163A; }
p { color: rgb(166,22,58); }
H1.HeaderClassName
{
color: #A6163A;
}
.AnyTagClassName
{
color: #A6163A;
}
</style>
background-color css
<style>
a { background-color: #A6163A; }
a { background-color: rgb(166,22,58); }
div.DivClassName
{
background-color: #A6163A;
}
.BgClassName
{
background-color: #A6163A;
}
</style>
border-color css
<style>
span { border-color: #A6163A; }
span { border-color: rgb(166,22,58); }
td.TdClassName
{
border-color: #A6163A;
}
.TagClassName
{
border-color: #A6163A;
}
</style>