Shades of Cardinal #BA1443
Tints of Cardinal #BA1443
RGB
CMYK
RGB Variations
Color information
#BA1443 (or 0xBA1443) is known color: Cardinal. HEX triplet: BA, 14 and 43. RGB value is (186,20,67). Sum of RGB (Red+Green+Blue) = 186+20+67=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1443 is #45EBBC. Grayscale: #4A4A4A. Windows color (decimal): -4582333 or 4396218. OLE color: 4396218.
HSL color Cylindrical-coordinate representation of color #BA1443: hue angle of 343.01º 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 #BA1443 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 67 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.27 |
| HSL | 343.01º | 0.81% | 0.4% | - |
| HSV(B) | 343.01º | 0.89% | 0.73% | - |
| XYZ | 21.51 | 11.34 | 6.37 | - |
| YUV | 74.99 | 123.5 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 67 | 0 | 0.89 | 0.64 | 0.27 | 343.01 | 0.81 | 0.4 |
| Hex | BA | 14 | 43 | 0 | 59 | 40 | 1B | 157 | 51 | 28 |
| Octal | 272 | 24 | 103 | 0 | 131 | 100 | 33 | 527 | 121 | 50 |
| Binary | 10111010 | 10100 | 1000011 | 0 | 1011001 | 1000000 | 11011 | 101010111 | 1010001 | 101000 |
Color Harmonies of #BA1443
Complementary color
Monochromatic Colors of #BA1443
Black with #BA1443
Text Example
Text Example
White with #BA1443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1443; }
p { color: rgb(186,20,67); }
H1.HeaderClassName
{
color: #BA1443;
}
.AnyTagClassName
{
color: #BA1443;
}
</style>
background-color css
<style>
a { background-color: #BA1443; }
a { background-color: rgb(186,20,67); }
div.DivClassName
{
background-color: #BA1443;
}
.BgClassName
{
background-color: #BA1443;
}
</style>
border-color css
<style>
span { border-color: #BA1443; }
span { border-color: rgb(186,20,67); }
td.TdClassName
{
border-color: #BA1443;
}
.TagClassName
{
border-color: #BA1443;
}
</style>