Shades of Cardinal #BA1446
Tints of Cardinal #BA1446
RGB
CMYK
RGB Variations
Color information
#BA1446 (or 0xBA1446) is known color: Cardinal. HEX triplet: BA, 14 and 46. RGB value is (186,20,70). Sum of RGB (Red+Green+Blue) = 186+20+70=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1446 is #45EBB9. Grayscale: #4B4B4B. Windows color (decimal): -4582330 or 4592826. OLE color: 4592826.
HSL color Cylindrical-coordinate representation of color #BA1446: hue angle of 341.93º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1446 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 70 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.27 |
| HSL | 341.93º | 0.81% | 0.4% | - |
| HSV(B) | 341.93º | 0.89% | 0.73% | - |
| XYZ | 21.61 | 11.38 | 6.85 | - |
| YUV | 75.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 70 | 0 | 0.89 | 0.62 | 0.27 | 341.93 | 0.81 | 0.4 |
| Hex | BA | 14 | 46 | 0 | 59 | 3E | 1B | 156 | 51 | 28 |
| Octal | 272 | 24 | 106 | 0 | 131 | 76 | 33 | 526 | 121 | 50 |
| Binary | 10111010 | 10100 | 1000110 | 0 | 1011001 | 111110 | 11011 | 101010110 | 1010001 | 101000 |
Color Harmonies of #BA1446
Complementary color
Monochromatic Colors of #BA1446
Black with #BA1446
Text Example
Text Example
White with #BA1446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1446; }
p { color: rgb(186,20,70); }
H1.HeaderClassName
{
color: #BA1446;
}
.AnyTagClassName
{
color: #BA1446;
}
</style>
background-color css
<style>
a { background-color: #BA1446; }
a { background-color: rgb(186,20,70); }
div.DivClassName
{
background-color: #BA1446;
}
.BgClassName
{
background-color: #BA1446;
}
</style>
border-color css
<style>
span { border-color: #BA1446; }
span { border-color: rgb(186,20,70); }
td.TdClassName
{
border-color: #BA1446;
}
.TagClassName
{
border-color: #BA1446;
}
</style>