Shades of Cardinal #BA1548
Tints of Cardinal #BA1548
RGB
CMYK
RGB Variations
Color information
#BA1548 (or 0xBA1548) is known color: Cardinal. HEX triplet: BA, 15 and 48. RGB value is (186,21,72). Sum of RGB (Red+Green+Blue) = 186+21+72=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1548 is #45EAB7. Grayscale: #4C4C4C. Windows color (decimal): -4582072 or 4724154. OLE color: 4724154.
HSL color Cylindrical-coordinate representation of color #BA1548: hue angle of 341.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1548 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 72 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.27 |
| HSL | 341.45º | 0.8% | 0.41% | - |
| HSV(B) | 341.45º | 0.89% | 0.73% | - |
| XYZ | 21.69 | 11.44 | 7.2 | - |
| YUV | 76.15 | 125.66 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 72 | 0 | 0.89 | 0.61 | 0.27 | 341.45 | 0.8 | 0.41 |
| Hex | BA | 15 | 48 | 0 | 59 | 3D | 1B | 155 | 50 | 29 |
| Octal | 272 | 25 | 110 | 0 | 131 | 75 | 33 | 525 | 120 | 51 |
| Binary | 10111010 | 10101 | 1001000 | 0 | 1011001 | 111101 | 11011 | 101010101 | 1010000 | 101001 |
Color Harmonies of #BA1548
Complementary color
Monochromatic Colors of #BA1548
Black with #BA1548
Text Example
Text Example
White with #BA1548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1548; }
p { color: rgb(186,21,72); }
H1.HeaderClassName
{
color: #BA1548;
}
.AnyTagClassName
{
color: #BA1548;
}
</style>
background-color css
<style>
a { background-color: #BA1548; }
a { background-color: rgb(186,21,72); }
div.DivClassName
{
background-color: #BA1548;
}
.BgClassName
{
background-color: #BA1548;
}
</style>
border-color css
<style>
span { border-color: #BA1548; }
span { border-color: rgb(186,21,72); }
td.TdClassName
{
border-color: #BA1548;
}
.TagClassName
{
border-color: #BA1548;
}
</style>