Shades of Cardinal #BA1448
Tints of Cardinal #BA1448
RGB
CMYK
RGB Variations
Color information
#BA1448 (or 0xBA1448) is known color: Cardinal. HEX triplet: BA, 14 and 48. RGB value is (186,20,72). Sum of RGB (Red+Green+Blue) = 186+20+72=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1448 is #45EBB7. Grayscale: #4B4B4B. Windows color (decimal): -4582328 or 4723898. OLE color: 4723898.
HSL color Cylindrical-coordinate representation of color #BA1448: hue angle of 341.2º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1448 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 72 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.27 |
| HSL | 341.2º | 0.81% | 0.4% | - |
| HSV(B) | 341.2º | 0.89% | 0.73% | - |
| XYZ | 21.67 | 11.41 | 7.19 | - |
| YUV | 75.56 | 126 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 72 | 0 | 0.89 | 0.61 | 0.27 | 341.2 | 0.81 | 0.4 |
| Hex | BA | 14 | 48 | 0 | 59 | 3D | 1B | 155 | 51 | 28 |
| Octal | 272 | 24 | 110 | 0 | 131 | 75 | 33 | 525 | 121 | 50 |
| Binary | 10111010 | 10100 | 1001000 | 0 | 1011001 | 111101 | 11011 | 101010101 | 1010001 | 101000 |
Color Harmonies of #BA1448
Complementary color
Monochromatic Colors of #BA1448
Black with #BA1448
Text Example
Text Example
White with #BA1448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1448; }
p { color: rgb(186,20,72); }
H1.HeaderClassName
{
color: #BA1448;
}
.AnyTagClassName
{
color: #BA1448;
}
</style>
background-color css
<style>
a { background-color: #BA1448; }
a { background-color: rgb(186,20,72); }
div.DivClassName
{
background-color: #BA1448;
}
.BgClassName
{
background-color: #BA1448;
}
</style>
border-color css
<style>
span { border-color: #BA1448; }
span { border-color: rgb(186,20,72); }
td.TdClassName
{
border-color: #BA1448;
}
.TagClassName
{
border-color: #BA1448;
}
</style>