Shades of Cardinal #BA0748
Tints of Cardinal #BA0748
RGB
CMYK
RGB Variations
Color information
#BA0748 (or 0xBA0748) is known color: Cardinal. HEX triplet: BA, 07 and 48. RGB value is (186,7,72). Sum of RGB (Red+Green+Blue) = 186+7+72=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0748 is #45F8B7. Grayscale: #434343. Windows color (decimal): -4585656 or 4720570. OLE color: 4720570.
HSL color Cylindrical-coordinate representation of color #BA0748: hue angle of 338.21º 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 #BA0748 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 72 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.27 |
| HSL | 338.21º | 0.93% | 0.38% | - |
| HSV(B) | 338.21º | 0.96% | 0.73% | - |
| XYZ | 21.5 | 11.06 | 7.13 | - |
| YUV | 67.93 | 130.3 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 72 | 0 | 0.96 | 0.61 | 0.27 | 338.21 | 0.93 | 0.38 |
| Hex | BA | 7 | 48 | 0 | 60 | 3D | 1B | 152 | 5D | 26 |
| Octal | 272 | 7 | 110 | 0 | 140 | 75 | 33 | 522 | 135 | 46 |
| Binary | 10111010 | 111 | 1001000 | 0 | 1100000 | 111101 | 11011 | 101010010 | 1011101 | 100110 |
Color Harmonies of #BA0748
Complementary color
Monochromatic Colors of #BA0748
Black with #BA0748
Text Example
Text Example
White with #BA0748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0748; }
p { color: rgb(186,7,72); }
H1.HeaderClassName
{
color: #BA0748;
}
.AnyTagClassName
{
color: #BA0748;
}
</style>
background-color css
<style>
a { background-color: #BA0748; }
a { background-color: rgb(186,7,72); }
div.DivClassName
{
background-color: #BA0748;
}
.BgClassName
{
background-color: #BA0748;
}
</style>
border-color css
<style>
span { border-color: #BA0748; }
span { border-color: rgb(186,7,72); }
td.TdClassName
{
border-color: #BA0748;
}
.TagClassName
{
border-color: #BA0748;
}
</style>