Shades of Cardinal #BA1936
Tints of Cardinal #BA1936
RGB
CMYK
RGB Variations
Color information
#BA1936 (or 0xBA1936) is known color: Cardinal. HEX triplet: BA, 19 and 36. RGB value is (186,25,54). Sum of RGB (Red+Green+Blue) = 186+25+54=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1936 is #45E6C9. Grayscale: #4C4C4C. Windows color (decimal): -4581066 or 3545530. OLE color: 3545530.
HSL color Cylindrical-coordinate representation of color #BA1936: hue angle of 349.19º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1936 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 54 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.27 |
| HSL | 349.19º | 0.76% | 0.41% | - |
| HSV(B) | 349.19º | 0.87% | 0.73% | - |
| XYZ | 21.26 | 11.4 | 4.57 | - |
| YUV | 76.45 | 115.34 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 54 | 0 | 0.87 | 0.71 | 0.27 | 349.19 | 0.76 | 0.41 |
| Hex | BA | 19 | 36 | 0 | 57 | 47 | 1B | 15D | 4C | 29 |
| Octal | 272 | 31 | 66 | 0 | 127 | 107 | 33 | 535 | 114 | 51 |
| Binary | 10111010 | 11001 | 110110 | 0 | 1010111 | 1000111 | 11011 | 101011101 | 1001100 | 101001 |
Color Harmonies of #BA1936
Complementary color
Monochromatic Colors of #BA1936
Black with #BA1936
Text Example
Text Example
White with #BA1936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1936; }
p { color: rgb(186,25,54); }
H1.HeaderClassName
{
color: #BA1936;
}
.AnyTagClassName
{
color: #BA1936;
}
</style>
background-color css
<style>
a { background-color: #BA1936; }
a { background-color: rgb(186,25,54); }
div.DivClassName
{
background-color: #BA1936;
}
.BgClassName
{
background-color: #BA1936;
}
</style>
border-color css
<style>
span { border-color: #BA1936; }
span { border-color: rgb(186,25,54); }
td.TdClassName
{
border-color: #BA1936;
}
.TagClassName
{
border-color: #BA1936;
}
</style>