Shades of Cardinal #BA124E
Tints of Cardinal #BA124E
RGB
CMYK
RGB Variations
Color information
#BA124E (or 0xBA124E) is known color: Cardinal. HEX triplet: BA, 12 and 4E. RGB value is (186,18,78). Sum of RGB (Red+Green+Blue) = 186+18+78=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA124E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA124E is #45EDB1. Grayscale: #4B4B4B. Windows color (decimal): -4582834 or 5116602. OLE color: 5116602.
HSL color Cylindrical-coordinate representation of color #BA124E: hue angle of 338.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA124E is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 78 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.27 |
| HSL | 338.57º | 0.82% | 0.4% | - |
| HSV(B) | 338.57º | 0.9% | 0.73% | - |
| XYZ | 21.84 | 11.42 | 8.26 | - |
| YUV | 75.07 | 129.66 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 78 | 0 | 0.90 | 0.58 | 0.27 | 338.57 | 0.82 | 0.4 |
| Hex | BA | 12 | 4E | 0 | 5A | 3A | 1B | 153 | 52 | 28 |
| Octal | 272 | 22 | 116 | 0 | 132 | 72 | 33 | 523 | 122 | 50 |
| Binary | 10111010 | 10010 | 1001110 | 0 | 1011010 | 111010 | 11011 | 101010011 | 1010010 | 101000 |
Color Harmonies of #BA124E
Complementary color
Monochromatic Colors of #BA124E
Black with #BA124E
Text Example
Text Example
White with #BA124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA124E; }
p { color: rgb(186,18,78); }
H1.HeaderClassName
{
color: #BA124E;
}
.AnyTagClassName
{
color: #BA124E;
}
</style>
background-color css
<style>
a { background-color: #BA124E; }
a { background-color: rgb(186,18,78); }
div.DivClassName
{
background-color: #BA124E;
}
.BgClassName
{
background-color: #BA124E;
}
</style>
border-color css
<style>
span { border-color: #BA124E; }
span { border-color: rgb(186,18,78); }
td.TdClassName
{
border-color: #BA124E;
}
.TagClassName
{
border-color: #BA124E;
}
</style>