Shades of Cardinal #A6193B
Tints of Cardinal #A6193B
RGB
CMYK
RGB Variations
Color information
#A6193B (or 0xA6193B) is known color: Cardinal. HEX triplet: A6, 19 and 3B. RGB value is (166,25,59). Sum of RGB (Red+Green+Blue) = 166+25+59=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A6193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6193B is #59E6C4. Grayscale: #474747. Windows color (decimal): -5891781 or 3873190. OLE color: 3873190.
HSL color Cylindrical-coordinate representation of color #A6193B: hue angle of 345.53º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6193B is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 59 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.35 |
| HSL | 345.53º | 0.74% | 0.37% | - |
| HSV(B) | 345.53º | 0.85% | 0.65% | - |
| XYZ | 16.86 | 9.12 | 5.01 | - |
| YUV | 71.04 | 121.21 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 59 | 0 | 0.85 | 0.64 | 0.35 | 345.53 | 0.74 | 0.37 |
| Hex | A6 | 19 | 3B | 0 | 55 | 40 | 23 | 15A | 4A | 25 |
| Octal | 246 | 31 | 73 | 0 | 125 | 100 | 43 | 532 | 112 | 45 |
| Binary | 10100110 | 11001 | 111011 | 0 | 1010101 | 1000000 | 100011 | 101011010 | 1001010 | 100101 |
Color Harmonies of #A6193B
Complementary color
Monochromatic Colors of #A6193B
Black with #A6193B
Text Example
Text Example
White with #A6193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6193B; }
p { color: rgb(166,25,59); }
H1.HeaderClassName
{
color: #A6193B;
}
.AnyTagClassName
{
color: #A6193B;
}
</style>
background-color css
<style>
a { background-color: #A6193B; }
a { background-color: rgb(166,25,59); }
div.DivClassName
{
background-color: #A6193B;
}
.BgClassName
{
background-color: #A6193B;
}
</style>
border-color css
<style>
span { border-color: #A6193B; }
span { border-color: rgb(166,25,59); }
td.TdClassName
{
border-color: #A6193B;
}
.TagClassName
{
border-color: #A6193B;
}
</style>