Shades of Cardinal #BA1131
Tints of Cardinal #BA1131
RGB
CMYK
RGB Variations
Color information
#BA1131 (or 0xBA1131) is known color: Cardinal. HEX triplet: BA, 11 and 31. RGB value is (186,17,49). Sum of RGB (Red+Green+Blue) = 186+17+49=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1131 is #45EECE. Grayscale: #474747. Windows color (decimal): -4583119 or 3215802. OLE color: 3215802.
HSL color Cylindrical-coordinate representation of color #BA1131: hue angle of 348.64º 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 #BA1131 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 49 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.27 |
| HSL | 348.64º | 0.83% | 0.4% | - |
| HSV(B) | 348.64º | 0.91% | 0.73% | - |
| XYZ | 21 | 11.06 | 3.93 | - |
| YUV | 71.18 | 115.49 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 49 | 0 | 0.91 | 0.74 | 0.27 | 348.64 | 0.83 | 0.4 |
| Hex | BA | 11 | 31 | 0 | 5B | 4A | 1B | 15D | 53 | 28 |
| Octal | 272 | 21 | 61 | 0 | 133 | 112 | 33 | 535 | 123 | 50 |
| Binary | 10111010 | 10001 | 110001 | 0 | 1011011 | 1001010 | 11011 | 101011101 | 1010011 | 101000 |
Color Harmonies of #BA1131
Complementary color
Monochromatic Colors of #BA1131
Black with #BA1131
Text Example
Text Example
White with #BA1131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1131; }
p { color: rgb(186,17,49); }
H1.HeaderClassName
{
color: #BA1131;
}
.AnyTagClassName
{
color: #BA1131;
}
</style>
background-color css
<style>
a { background-color: #BA1131; }
a { background-color: rgb(186,17,49); }
div.DivClassName
{
background-color: #BA1131;
}
.BgClassName
{
background-color: #BA1131;
}
</style>
border-color css
<style>
span { border-color: #BA1131; }
span { border-color: rgb(186,17,49); }
td.TdClassName
{
border-color: #BA1131;
}
.TagClassName
{
border-color: #BA1131;
}
</style>