Shades of Cardinal #A6143B
Tints of Cardinal #A6143B
RGB
CMYK
RGB Variations
Color information
#A6143B (or 0xA6143B) is known color: Cardinal. HEX triplet: A6, 14 and 3B. RGB value is (166,20,59). Sum of RGB (Red+Green+Blue) = 166+20+59=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6143B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6143B is #59EBC4. Grayscale: #444444. Windows color (decimal): -5893061 or 3871910. OLE color: 3871910.
HSL color Cylindrical-coordinate representation of color #A6143B: hue angle of 343.97º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6143B is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 59 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.35 |
| HSL | 343.97º | 0.78% | 0.36% | - |
| HSV(B) | 343.97º | 0.88% | 0.65% | - |
| XYZ | 16.77 | 8.92 | 4.98 | - |
| YUV | 68.1 | 122.87 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 59 | 0 | 0.88 | 0.64 | 0.35 | 343.97 | 0.78 | 0.36 |
| Hex | A6 | 14 | 3B | 0 | 58 | 40 | 23 | 158 | 4E | 24 |
| Octal | 246 | 24 | 73 | 0 | 130 | 100 | 43 | 530 | 116 | 44 |
| Binary | 10100110 | 10100 | 111011 | 0 | 1011000 | 1000000 | 100011 | 101011000 | 1001110 | 100100 |
Color Harmonies of #A6143B
Complementary color
Monochromatic Colors of #A6143B
Black with #A6143B
Text Example
Text Example
White with #A6143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6143B; }
p { color: rgb(166,20,59); }
H1.HeaderClassName
{
color: #A6143B;
}
.AnyTagClassName
{
color: #A6143B;
}
</style>
background-color css
<style>
a { background-color: #A6143B; }
a { background-color: rgb(166,20,59); }
div.DivClassName
{
background-color: #A6143B;
}
.BgClassName
{
background-color: #A6143B;
}
</style>
border-color css
<style>
span { border-color: #A6143B; }
span { border-color: rgb(166,20,59); }
td.TdClassName
{
border-color: #A6143B;
}
.TagClassName
{
border-color: #A6143B;
}
</style>