Shades of Cardinal #BA1139
Tints of Cardinal #BA1139
RGB
CMYK
RGB Variations
Color information
#BA1139 (or 0xBA1139) is known color: Cardinal. HEX triplet: BA, 11 and 39. RGB value is (186,17,57). Sum of RGB (Red+Green+Blue) = 186+17+57=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1139 is #45EEC6. Grayscale: #484848. Windows color (decimal): -4583111 or 3740090. OLE color: 3740090.
HSL color Cylindrical-coordinate representation of color #BA1139: hue angle of 345.8º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1139 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 57 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.27 |
| HSL | 345.8º | 0.83% | 0.4% | - |
| HSV(B) | 345.8º | 0.91% | 0.73% | - |
| XYZ | 21.19 | 11.14 | 4.9 | - |
| YUV | 72.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 57 | 0 | 0.91 | 0.69 | 0.27 | 345.8 | 0.83 | 0.4 |
| Hex | BA | 11 | 39 | 0 | 5B | 45 | 1B | 15A | 53 | 28 |
| Octal | 272 | 21 | 71 | 0 | 133 | 105 | 33 | 532 | 123 | 50 |
| Binary | 10111010 | 10001 | 111001 | 0 | 1011011 | 1000101 | 11011 | 101011010 | 1010011 | 101000 |
Color Harmonies of #BA1139
Complementary color
Monochromatic Colors of #BA1139
Black with #BA1139
Text Example
Text Example
White with #BA1139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1139; }
p { color: rgb(186,17,57); }
H1.HeaderClassName
{
color: #BA1139;
}
.AnyTagClassName
{
color: #BA1139;
}
</style>
background-color css
<style>
a { background-color: #BA1139; }
a { background-color: rgb(186,17,57); }
div.DivClassName
{
background-color: #BA1139;
}
.BgClassName
{
background-color: #BA1139;
}
</style>
border-color css
<style>
span { border-color: #BA1139; }
span { border-color: rgb(186,17,57); }
td.TdClassName
{
border-color: #BA1139;
}
.TagClassName
{
border-color: #BA1139;
}
</style>