Shades of Cardinal #BA1348
Tints of Cardinal #BA1348
RGB
CMYK
RGB Variations
Color information
#BA1348 (or 0xBA1348) is known color: Cardinal. HEX triplet: BA, 13 and 48. RGB value is (186,19,72). Sum of RGB (Red+Green+Blue) = 186+19+72=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1348 is #45ECB7. Grayscale: #4A4A4A. Windows color (decimal): -4582584 or 4723642. OLE color: 4723642.
HSL color Cylindrical-coordinate representation of color #BA1348: hue angle of 340.96º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1348 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 72 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.27 |
| HSL | 340.96º | 0.81% | 0.4% | - |
| HSV(B) | 340.96º | 0.9% | 0.73% | - |
| XYZ | 21.65 | 11.37 | 7.18 | - |
| YUV | 74.98 | 126.33 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 72 | 0 | 0.90 | 0.61 | 0.27 | 340.96 | 0.81 | 0.4 |
| Hex | BA | 13 | 48 | 0 | 5A | 3D | 1B | 155 | 51 | 28 |
| Octal | 272 | 23 | 110 | 0 | 132 | 75 | 33 | 525 | 121 | 50 |
| Binary | 10111010 | 10011 | 1001000 | 0 | 1011010 | 111101 | 11011 | 101010101 | 1010001 | 101000 |
Color Harmonies of #BA1348
Complementary color
Monochromatic Colors of #BA1348
Black with #BA1348
Text Example
Text Example
White with #BA1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1348; }
p { color: rgb(186,19,72); }
H1.HeaderClassName
{
color: #BA1348;
}
.AnyTagClassName
{
color: #BA1348;
}
</style>
background-color css
<style>
a { background-color: #BA1348; }
a { background-color: rgb(186,19,72); }
div.DivClassName
{
background-color: #BA1348;
}
.BgClassName
{
background-color: #BA1348;
}
</style>
border-color css
<style>
span { border-color: #BA1348; }
span { border-color: rgb(186,19,72); }
td.TdClassName
{
border-color: #BA1348;
}
.TagClassName
{
border-color: #BA1348;
}
</style>