Shades of Cardinal #BA1434
Tints of Cardinal #BA1434
RGB
CMYK
RGB Variations
Color information
#BA1434 (or 0xBA1434) is known color: Cardinal. HEX triplet: BA, 14 and 34. RGB value is (186,20,52). Sum of RGB (Red+Green+Blue) = 186+20+52=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1434 is #45EBCB. Grayscale: #494949. Windows color (decimal): -4582348 or 3413178. OLE color: 3413178.
HSL color Cylindrical-coordinate representation of color #BA1434: hue angle of 348.43º 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 #BA1434 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 52 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.27 |
| HSL | 348.43º | 0.81% | 0.4% | - |
| HSV(B) | 348.43º | 0.89% | 0.73% | - |
| XYZ | 21.12 | 11.19 | 4.3 | - |
| YUV | 73.28 | 116 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 52 | 0 | 0.89 | 0.72 | 0.27 | 348.43 | 0.81 | 0.4 |
| Hex | BA | 14 | 34 | 0 | 59 | 48 | 1B | 15C | 51 | 28 |
| Octal | 272 | 24 | 64 | 0 | 131 | 110 | 33 | 534 | 121 | 50 |
| Binary | 10111010 | 10100 | 110100 | 0 | 1011001 | 1001000 | 11011 | 101011100 | 1010001 | 101000 |
Color Harmonies of #BA1434
Complementary color
Monochromatic Colors of #BA1434
Black with #BA1434
Text Example
Text Example
White with #BA1434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1434; }
p { color: rgb(186,20,52); }
H1.HeaderClassName
{
color: #BA1434;
}
.AnyTagClassName
{
color: #BA1434;
}
</style>
background-color css
<style>
a { background-color: #BA1434; }
a { background-color: rgb(186,20,52); }
div.DivClassName
{
background-color: #BA1434;
}
.BgClassName
{
background-color: #BA1434;
}
</style>
border-color css
<style>
span { border-color: #BA1434; }
span { border-color: rgb(186,20,52); }
td.TdClassName
{
border-color: #BA1434;
}
.TagClassName
{
border-color: #BA1434;
}
</style>