Shades of Cardinal #BA0D47
Tints of Cardinal #BA0D47
RGB
CMYK
RGB Variations
Color information
#BA0D47 (or 0xBA0D47) is known color: Cardinal. HEX triplet: BA, 0D and 47. RGB value is (186,13,71). Sum of RGB (Red+Green+Blue) = 186+13+71=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0D47 is #45F2B8. Grayscale: #474747. Windows color (decimal): -4584121 or 4656570. OLE color: 4656570.
HSL color Cylindrical-coordinate representation of color #BA0D47: hue angle of 339.88º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0D47 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 71 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.27 |
| HSL | 339.88º | 0.87% | 0.39% | - |
| HSV(B) | 339.88º | 0.93% | 0.73% | - |
| XYZ | 21.53 | 11.18 | 6.98 | - |
| YUV | 71.34 | 127.81 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 71 | 0 | 0.93 | 0.62 | 0.27 | 339.88 | 0.87 | 0.39 |
| Hex | BA | D | 47 | 0 | 5D | 3E | 1B | 154 | 57 | 27 |
| Octal | 272 | 15 | 107 | 0 | 135 | 76 | 33 | 524 | 127 | 47 |
| Binary | 10111010 | 1101 | 1000111 | 0 | 1011101 | 111110 | 11011 | 101010100 | 1010111 | 100111 |
Color Harmonies of #BA0D47
Complementary color
Monochromatic Colors of #BA0D47
Black with #BA0D47
Text Example
Text Example
White with #BA0D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D47; }
p { color: rgb(186,13,71); }
H1.HeaderClassName
{
color: #BA0D47;
}
.AnyTagClassName
{
color: #BA0D47;
}
</style>
background-color css
<style>
a { background-color: #BA0D47; }
a { background-color: rgb(186,13,71); }
div.DivClassName
{
background-color: #BA0D47;
}
.BgClassName
{
background-color: #BA0D47;
}
</style>
border-color css
<style>
span { border-color: #BA0D47; }
span { border-color: rgb(186,13,71); }
td.TdClassName
{
border-color: #BA0D47;
}
.TagClassName
{
border-color: #BA0D47;
}
</style>