Shades of Cardinal #BA1240
Tints of Cardinal #BA1240
RGB
CMYK
RGB Variations
Color information
#BA1240 (or 0xBA1240) is known color: Cardinal. HEX triplet: BA, 12 and 40. RGB value is (186,18,64). Sum of RGB (Red+Green+Blue) = 186+18+64=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1240 is #45EDBF. Grayscale: #494949. Windows color (decimal): -4582848 or 4199098. OLE color: 4199098.
HSL color Cylindrical-coordinate representation of color #BA1240: hue angle of 343.57º degrees, saturation: 0.82, 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 #BA1240 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 64 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.27 |
| HSL | 343.57º | 0.82% | 0.4% | - |
| HSV(B) | 343.57º | 0.9% | 0.73% | - |
| XYZ | 21.39 | 11.24 | 5.89 | - |
| YUV | 73.48 | 122.66 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 64 | 0 | 0.90 | 0.66 | 0.27 | 343.57 | 0.82 | 0.4 |
| Hex | BA | 12 | 40 | 0 | 5A | 42 | 1B | 158 | 52 | 28 |
| Octal | 272 | 22 | 100 | 0 | 132 | 102 | 33 | 530 | 122 | 50 |
| Binary | 10111010 | 10010 | 1000000 | 0 | 1011010 | 1000010 | 11011 | 101011000 | 1010010 | 101000 |
Color Harmonies of #BA1240
Complementary color
Monochromatic Colors of #BA1240
Black with #BA1240
Text Example
Text Example
White with #BA1240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1240; }
p { color: rgb(186,18,64); }
H1.HeaderClassName
{
color: #BA1240;
}
.AnyTagClassName
{
color: #BA1240;
}
</style>
background-color css
<style>
a { background-color: #BA1240; }
a { background-color: rgb(186,18,64); }
div.DivClassName
{
background-color: #BA1240;
}
.BgClassName
{
background-color: #BA1240;
}
</style>
border-color css
<style>
span { border-color: #BA1240; }
span { border-color: rgb(186,18,64); }
td.TdClassName
{
border-color: #BA1240;
}
.TagClassName
{
border-color: #BA1240;
}
</style>