Shades of Cardinal #BA0B49
Tints of Cardinal #BA0B49
RGB
CMYK
RGB Variations
Color information
#BA0B49 (or 0xBA0B49) is known color: Cardinal. HEX triplet: BA, 0B and 49. RGB value is (186,11,73). Sum of RGB (Red+Green+Blue) = 186+11+73=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0B49 is #45F4B6. Grayscale: #464646. Windows color (decimal): -4584631 or 4787130. OLE color: 4787130.
HSL color Cylindrical-coordinate representation of color #BA0B49: hue angle of 338.74º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0B49 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 73 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.27 |
| HSL | 338.74º | 0.89% | 0.39% | - |
| HSV(B) | 338.74º | 0.94% | 0.73% | - |
| XYZ | 21.57 | 11.16 | 7.32 | - |
| YUV | 70.39 | 129.48 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 73 | 0 | 0.94 | 0.61 | 0.27 | 338.74 | 0.89 | 0.39 |
| Hex | BA | B | 49 | 0 | 5E | 3D | 1B | 153 | 59 | 27 |
| Octal | 272 | 13 | 111 | 0 | 136 | 75 | 33 | 523 | 131 | 47 |
| Binary | 10111010 | 1011 | 1001001 | 0 | 1011110 | 111101 | 11011 | 101010011 | 1011001 | 100111 |
Color Harmonies of #BA0B49
Complementary color
Monochromatic Colors of #BA0B49
Black with #BA0B49
Text Example
Text Example
White with #BA0B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B49; }
p { color: rgb(186,11,73); }
H1.HeaderClassName
{
color: #BA0B49;
}
.AnyTagClassName
{
color: #BA0B49;
}
</style>
background-color css
<style>
a { background-color: #BA0B49; }
a { background-color: rgb(186,11,73); }
div.DivClassName
{
background-color: #BA0B49;
}
.BgClassName
{
background-color: #BA0B49;
}
</style>
border-color css
<style>
span { border-color: #BA0B49; }
span { border-color: rgb(186,11,73); }
td.TdClassName
{
border-color: #BA0B49;
}
.TagClassName
{
border-color: #BA0B49;
}
</style>