Shades of Cardinal #A6143D
Tints of Cardinal #A6143D
RGB
CMYK
RGB Variations
Color information
#A6143D (or 0xA6143D) is known color: Cardinal. HEX triplet: A6, 14 and 3D. RGB value is (166,20,61). Sum of RGB (Red+Green+Blue) = 166+20+61=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A6143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6143D is #59EBC2. Grayscale: #444444. Windows color (decimal): -5893059 or 4002982. OLE color: 4002982.
HSL color Cylindrical-coordinate representation of color #A6143D: hue angle of 343.15º 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 #A6143D is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 61 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.35 |
| HSL | 343.15º | 0.78% | 0.36% | - |
| HSV(B) | 343.15º | 0.88% | 0.65% | - |
| XYZ | 16.82 | 8.94 | 5.25 | - |
| YUV | 68.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 61 | 0 | 0.88 | 0.63 | 0.35 | 343.15 | 0.78 | 0.36 |
| Hex | A6 | 14 | 3D | 0 | 58 | 3F | 23 | 157 | 4E | 24 |
| Octal | 246 | 24 | 75 | 0 | 130 | 77 | 43 | 527 | 116 | 44 |
| Binary | 10100110 | 10100 | 111101 | 0 | 1011000 | 111111 | 100011 | 101010111 | 1001110 | 100100 |
Color Harmonies of #A6143D
Complementary color
Monochromatic Colors of #A6143D
Black with #A6143D
Text Example
Text Example
White with #A6143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6143D; }
p { color: rgb(166,20,61); }
H1.HeaderClassName
{
color: #A6143D;
}
.AnyTagClassName
{
color: #A6143D;
}
</style>
background-color css
<style>
a { background-color: #A6143D; }
a { background-color: rgb(166,20,61); }
div.DivClassName
{
background-color: #A6143D;
}
.BgClassName
{
background-color: #A6143D;
}
</style>
border-color css
<style>
span { border-color: #A6143D; }
span { border-color: rgb(166,20,61); }
td.TdClassName
{
border-color: #A6143D;
}
.TagClassName
{
border-color: #A6143D;
}
</style>