Shades of Cardinal #BA0F49
Tints of Cardinal #BA0F49
RGB
CMYK
RGB Variations
Color information
#BA0F49 (or 0xBA0F49) is known color: Cardinal. HEX triplet: BA, 0F and 49. RGB value is (186,15,73). Sum of RGB (Red+Green+Blue) = 186+15+73=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F49 is #45F0B6. Grayscale: #484848. Windows color (decimal): -4583607 or 4788154. OLE color: 4788154.
HSL color Cylindrical-coordinate representation of color #BA0F49: hue angle of 339.65º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F49 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 73 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.27 |
| HSL | 339.65º | 0.85% | 0.39% | - |
| HSV(B) | 339.65º | 0.92% | 0.73% | - |
| XYZ | 21.62 | 11.26 | 7.34 | - |
| YUV | 72.74 | 128.15 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 73 | 0 | 0.92 | 0.61 | 0.27 | 339.65 | 0.85 | 0.39 |
| Hex | BA | F | 49 | 0 | 5C | 3D | 1B | 154 | 55 | 27 |
| Octal | 272 | 17 | 111 | 0 | 134 | 75 | 33 | 524 | 125 | 47 |
| Binary | 10111010 | 1111 | 1001001 | 0 | 1011100 | 111101 | 11011 | 101010100 | 1010101 | 100111 |
Color Harmonies of #BA0F49
Complementary color
Monochromatic Colors of #BA0F49
Black with #BA0F49
Text Example
Text Example
White with #BA0F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0F49; }
p { color: rgb(186,15,73); }
H1.HeaderClassName
{
color: #BA0F49;
}
.AnyTagClassName
{
color: #BA0F49;
}
</style>
background-color css
<style>
a { background-color: #BA0F49; }
a { background-color: rgb(186,15,73); }
div.DivClassName
{
background-color: #BA0F49;
}
.BgClassName
{
background-color: #BA0F49;
}
</style>
border-color css
<style>
span { border-color: #BA0F49; }
span { border-color: rgb(186,15,73); }
td.TdClassName
{
border-color: #BA0F49;
}
.TagClassName
{
border-color: #BA0F49;
}
</style>