Shades of Cardinal #BA0747
Tints of Cardinal #BA0747
RGB
CMYK
RGB Variations
Color information
#BA0747 (or 0xBA0747) is known color: Cardinal. HEX triplet: BA, 07 and 47. RGB value is (186,7,71). Sum of RGB (Red+Green+Blue) = 186+7+71=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0747 is #45F8B8. Grayscale: #434343. Windows color (decimal): -4585657 or 4655034. OLE color: 4655034.
HSL color Cylindrical-coordinate representation of color #BA0747: hue angle of 338.55º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0747 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 71 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.27 |
| HSL | 338.55º | 0.93% | 0.38% | - |
| HSV(B) | 338.55º | 0.96% | 0.73% | - |
| XYZ | 21.46 | 11.05 | 6.96 | - |
| YUV | 67.82 | 129.8 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 71 | 0 | 0.96 | 0.62 | 0.27 | 338.55 | 0.93 | 0.38 |
| Hex | BA | 7 | 47 | 0 | 60 | 3E | 1B | 153 | 5D | 26 |
| Octal | 272 | 7 | 107 | 0 | 140 | 76 | 33 | 523 | 135 | 46 |
| Binary | 10111010 | 111 | 1000111 | 0 | 1100000 | 111110 | 11011 | 101010011 | 1011101 | 100110 |
Color Harmonies of #BA0747
Complementary color
Monochromatic Colors of #BA0747
Black with #BA0747
Text Example
Text Example
White with #BA0747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0747; }
p { color: rgb(186,7,71); }
H1.HeaderClassName
{
color: #BA0747;
}
.AnyTagClassName
{
color: #BA0747;
}
</style>
background-color css
<style>
a { background-color: #BA0747; }
a { background-color: rgb(186,7,71); }
div.DivClassName
{
background-color: #BA0747;
}
.BgClassName
{
background-color: #BA0747;
}
</style>
border-color css
<style>
span { border-color: #BA0747; }
span { border-color: rgb(186,7,71); }
td.TdClassName
{
border-color: #BA0747;
}
.TagClassName
{
border-color: #BA0747;
}
</style>