Shades of Cardinal #BA0944
Tints of Cardinal #BA0944
RGB
CMYK
RGB Variations
Color information
#BA0944 (or 0xBA0944) is known color: Cardinal. HEX triplet: BA, 09 and 44. RGB value is (186,9,68). Sum of RGB (Red+Green+Blue) = 186+9+68=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0944 is #45F6BB. Grayscale: #444444. Windows color (decimal): -4585148 or 4458938. OLE color: 4458938.
HSL color Cylindrical-coordinate representation of color #BA0944: hue angle of 340º 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 #BA0944 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 68 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.27 |
| HSL | 340º | 0.91% | 0.38% | - |
| HSV(B) | 340º | 0.95% | 0.73% | - |
| XYZ | 21.39 | 11.05 | 6.47 | - |
| YUV | 68.65 | 127.64 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 68 | 0 | 0.95 | 0.63 | 0.27 | 340 | 0.91 | 0.38 |
| Hex | BA | 9 | 44 | 0 | 5F | 3F | 1B | 154 | 5B | 26 |
| Octal | 272 | 11 | 104 | 0 | 137 | 77 | 33 | 524 | 133 | 46 |
| Binary | 10111010 | 1001 | 1000100 | 0 | 1011111 | 111111 | 11011 | 101010100 | 1011011 | 100110 |
Color Harmonies of #BA0944
Complementary color
Monochromatic Colors of #BA0944
Black with #BA0944
Text Example
Text Example
White with #BA0944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0944; }
p { color: rgb(186,9,68); }
H1.HeaderClassName
{
color: #BA0944;
}
.AnyTagClassName
{
color: #BA0944;
}
</style>
background-color css
<style>
a { background-color: #BA0944; }
a { background-color: rgb(186,9,68); }
div.DivClassName
{
background-color: #BA0944;
}
.BgClassName
{
background-color: #BA0944;
}
</style>
border-color css
<style>
span { border-color: #BA0944; }
span { border-color: rgb(186,9,68); }
td.TdClassName
{
border-color: #BA0944;
}
.TagClassName
{
border-color: #BA0944;
}
</style>