Shades of Cardinal #BA144B
Tints of Cardinal #BA144B
RGB
CMYK
RGB Variations
Color information
#BA144B (or 0xBA144B) is known color: Cardinal. HEX triplet: BA, 14 and 4B. RGB value is (186,20,75). Sum of RGB (Red+Green+Blue) = 186+20+75=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA144B is #45EBB4. Grayscale: #4B4B4B. Windows color (decimal): -4582325 or 4920506. OLE color: 4920506.
HSL color Cylindrical-coordinate representation of color #BA144B: hue angle of 340.12º 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 #BA144B is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 75 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.27 |
| HSL | 340.12º | 0.81% | 0.4% | - |
| HSV(B) | 340.12º | 0.89% | 0.73% | - |
| XYZ | 21.77 | 11.45 | 7.72 | - |
| YUV | 75.9 | 127.5 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 75 | 0 | 0.89 | 0.60 | 0.27 | 340.12 | 0.81 | 0.4 |
| Hex | BA | 14 | 4B | 0 | 59 | 3C | 1B | 154 | 51 | 28 |
| Octal | 272 | 24 | 113 | 0 | 131 | 74 | 33 | 524 | 121 | 50 |
| Binary | 10111010 | 10100 | 1001011 | 0 | 1011001 | 111100 | 11011 | 101010100 | 1010001 | 101000 |
Color Harmonies of #BA144B
Complementary color
Monochromatic Colors of #BA144B
Black with #BA144B
Text Example
Text Example
White with #BA144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA144B; }
p { color: rgb(186,20,75); }
H1.HeaderClassName
{
color: #BA144B;
}
.AnyTagClassName
{
color: #BA144B;
}
</style>
background-color css
<style>
a { background-color: #BA144B; }
a { background-color: rgb(186,20,75); }
div.DivClassName
{
background-color: #BA144B;
}
.BgClassName
{
background-color: #BA144B;
}
</style>
border-color css
<style>
span { border-color: #BA144B; }
span { border-color: rgb(186,20,75); }
td.TdClassName
{
border-color: #BA144B;
}
.TagClassName
{
border-color: #BA144B;
}
</style>