Shades of Cardinal #BA1437
Tints of Cardinal #BA1437
RGB
CMYK
RGB Variations
Color information
#BA1437 (or 0xBA1437) is known color: Cardinal. HEX triplet: BA, 14 and 37. RGB value is (186,20,55). Sum of RGB (Red+Green+Blue) = 186+20+55=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1437 is #45EBC8. Grayscale: #494949. Windows color (decimal): -4582345 or 3609786. OLE color: 3609786.
HSL color Cylindrical-coordinate representation of color #BA1437: hue angle of 347.35º 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 #BA1437 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 55 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.27 |
| HSL | 347.35º | 0.81% | 0.4% | - |
| HSV(B) | 347.35º | 0.89% | 0.73% | - |
| XYZ | 21.19 | 11.22 | 4.66 | - |
| YUV | 73.62 | 117.5 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 55 | 0 | 0.89 | 0.70 | 0.27 | 347.35 | 0.81 | 0.4 |
| Hex | BA | 14 | 37 | 0 | 59 | 46 | 1B | 15B | 51 | 28 |
| Octal | 272 | 24 | 67 | 0 | 131 | 106 | 33 | 533 | 121 | 50 |
| Binary | 10111010 | 10100 | 110111 | 0 | 1011001 | 1000110 | 11011 | 101011011 | 1010001 | 101000 |
Color Harmonies of #BA1437
Complementary color
Monochromatic Colors of #BA1437
Black with #BA1437
Text Example
Text Example
White with #BA1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1437; }
p { color: rgb(186,20,55); }
H1.HeaderClassName
{
color: #BA1437;
}
.AnyTagClassName
{
color: #BA1437;
}
</style>
background-color css
<style>
a { background-color: #BA1437; }
a { background-color: rgb(186,20,55); }
div.DivClassName
{
background-color: #BA1437;
}
.BgClassName
{
background-color: #BA1437;
}
</style>
border-color css
<style>
span { border-color: #BA1437; }
span { border-color: rgb(186,20,55); }
td.TdClassName
{
border-color: #BA1437;
}
.TagClassName
{
border-color: #BA1437;
}
</style>