Shades of Cardinal #BA144E
Tints of Cardinal #BA144E
RGB
CMYK
RGB Variations
Color information
#BA144E (or 0xBA144E) is known color: Cardinal. HEX triplet: BA, 14 and 4E. RGB value is (186,20,78). Sum of RGB (Red+Green+Blue) = 186+20+78=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA144E is #45EBB1. Grayscale: #4C4C4C. Windows color (decimal): -4582322 or 5117114. OLE color: 5117114.
HSL color Cylindrical-coordinate representation of color #BA144E: hue angle of 339.04º 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 #BA144E is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 78 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.27 |
| HSL | 339.04º | 0.81% | 0.4% | - |
| HSV(B) | 339.04º | 0.89% | 0.73% | - |
| XYZ | 21.88 | 11.49 | 8.27 | - |
| YUV | 76.25 | 129 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 78 | 0 | 0.89 | 0.58 | 0.27 | 339.04 | 0.81 | 0.4 |
| Hex | BA | 14 | 4E | 0 | 59 | 3A | 1B | 153 | 51 | 28 |
| Octal | 272 | 24 | 116 | 0 | 131 | 72 | 33 | 523 | 121 | 50 |
| Binary | 10111010 | 10100 | 1001110 | 0 | 1011001 | 111010 | 11011 | 101010011 | 1010001 | 101000 |
Color Harmonies of #BA144E
Complementary color
Monochromatic Colors of #BA144E
Black with #BA144E
Text Example
Text Example
White with #BA144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA144E; }
p { color: rgb(186,20,78); }
H1.HeaderClassName
{
color: #BA144E;
}
.AnyTagClassName
{
color: #BA144E;
}
</style>
background-color css
<style>
a { background-color: #BA144E; }
a { background-color: rgb(186,20,78); }
div.DivClassName
{
background-color: #BA144E;
}
.BgClassName
{
background-color: #BA144E;
}
</style>
border-color css
<style>
span { border-color: #BA144E; }
span { border-color: rgb(186,20,78); }
td.TdClassName
{
border-color: #BA144E;
}
.TagClassName
{
border-color: #BA144E;
}
</style>