Shades of Cardinal #BA0949
Tints of Cardinal #BA0949
RGB
CMYK
RGB Variations
Color information
#BA0949 (or 0xBA0949) is known color: Cardinal. HEX triplet: BA, 09 and 49. RGB value is (186,9,73). Sum of RGB (Red+Green+Blue) = 186+9+73=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0949 is #45F6B6. Grayscale: #454545. Windows color (decimal): -4585143 or 4786618. OLE color: 4786618.
HSL color Cylindrical-coordinate representation of color #BA0949: hue angle of 338.31º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0949 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 73 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.27 |
| HSL | 338.31º | 0.91% | 0.38% | - |
| HSV(B) | 338.31º | 0.95% | 0.73% | - |
| XYZ | 21.55 | 11.12 | 7.31 | - |
| YUV | 69.22 | 130.14 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 73 | 0 | 0.95 | 0.61 | 0.27 | 338.31 | 0.91 | 0.38 |
| Hex | BA | 9 | 49 | 0 | 5F | 3D | 1B | 152 | 5B | 26 |
| Octal | 272 | 11 | 111 | 0 | 137 | 75 | 33 | 522 | 133 | 46 |
| Binary | 10111010 | 1001 | 1001001 | 0 | 1011111 | 111101 | 11011 | 101010010 | 1011011 | 100110 |
Color Harmonies of #BA0949
Complementary color
Monochromatic Colors of #BA0949
Black with #BA0949
Text Example
Text Example
White with #BA0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0949; }
p { color: rgb(186,9,73); }
H1.HeaderClassName
{
color: #BA0949;
}
.AnyTagClassName
{
color: #BA0949;
}
</style>
background-color css
<style>
a { background-color: #BA0949; }
a { background-color: rgb(186,9,73); }
div.DivClassName
{
background-color: #BA0949;
}
.BgClassName
{
background-color: #BA0949;
}
</style>
border-color css
<style>
span { border-color: #BA0949; }
span { border-color: rgb(186,9,73); }
td.TdClassName
{
border-color: #BA0949;
}
.TagClassName
{
border-color: #BA0949;
}
</style>