Shades of Cardinal #A6143F
Tints of Cardinal #A6143F
RGB
CMYK
RGB Variations
Color information
#A6143F (or 0xA6143F) is known color: Cardinal. HEX triplet: A6, 14 and 3F. RGB value is (166,20,63). Sum of RGB (Red+Green+Blue) = 166+20+63=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A6143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6143F is #59EBC0. Grayscale: #444444. Windows color (decimal): -5893057 or 4134054. OLE color: 4134054.
HSL color Cylindrical-coordinate representation of color #A6143F: hue angle of 342.33º 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 #A6143F is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 63 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.35 |
| HSL | 342.33º | 0.78% | 0.36% | - |
| HSV(B) | 342.33º | 0.88% | 0.65% | - |
| XYZ | 16.87 | 8.97 | 5.54 | - |
| YUV | 68.56 | 124.87 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 63 | 0 | 0.88 | 0.62 | 0.35 | 342.33 | 0.78 | 0.36 |
| Hex | A6 | 14 | 3F | 0 | 58 | 3E | 23 | 156 | 4E | 24 |
| Octal | 246 | 24 | 77 | 0 | 130 | 76 | 43 | 526 | 116 | 44 |
| Binary | 10100110 | 10100 | 111111 | 0 | 1011000 | 111110 | 100011 | 101010110 | 1001110 | 100100 |
Color Harmonies of #A6143F
Complementary color
Monochromatic Colors of #A6143F
Black with #A6143F
Text Example
Text Example
White with #A6143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6143F; }
p { color: rgb(166,20,63); }
H1.HeaderClassName
{
color: #A6143F;
}
.AnyTagClassName
{
color: #A6143F;
}
</style>
background-color css
<style>
a { background-color: #A6143F; }
a { background-color: rgb(166,20,63); }
div.DivClassName
{
background-color: #A6143F;
}
.BgClassName
{
background-color: #A6143F;
}
</style>
border-color css
<style>
span { border-color: #A6143F; }
span { border-color: rgb(166,20,63); }
td.TdClassName
{
border-color: #A6143F;
}
.TagClassName
{
border-color: #A6143F;
}
</style>