Shades of Cardinal #BA0444
Tints of Cardinal #BA0444
RGB
CMYK
RGB Variations
Color information
#BA0444 (or 0xBA0444) is known color: Cardinal. HEX triplet: BA, 04 and 44. RGB value is (186,4,68). Sum of RGB (Red+Green+Blue) = 186+4+68=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0444 is #45FBBB. Grayscale: #414141. Windows color (decimal): -4586428 or 4457658. OLE color: 4457658.
HSL color Cylindrical-coordinate representation of color #BA0444: hue angle of 338.9º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0444 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 68 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.27 |
| HSL | 338.9º | 0.96% | 0.37% | - |
| HSV(B) | 338.9º | 0.98% | 0.73% | - |
| XYZ | 21.34 | 10.94 | 6.46 | - |
| YUV | 65.71 | 129.3 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 68 | 0 | 0.98 | 0.63 | 0.27 | 338.9 | 0.96 | 0.37 |
| Hex | BA | 4 | 44 | 0 | 62 | 3F | 1B | 153 | 60 | 25 |
| Octal | 272 | 4 | 104 | 0 | 142 | 77 | 33 | 523 | 140 | 45 |
| Binary | 10111010 | 100 | 1000100 | 0 | 1100010 | 111111 | 11011 | 101010011 | 1100000 | 100101 |
Color Harmonies of #BA0444
Complementary color
Monochromatic Colors of #BA0444
Black with #BA0444
Text Example
Text Example
White with #BA0444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0444; }
p { color: rgb(186,4,68); }
H1.HeaderClassName
{
color: #BA0444;
}
.AnyTagClassName
{
color: #BA0444;
}
</style>
background-color css
<style>
a { background-color: #BA0444; }
a { background-color: rgb(186,4,68); }
div.DivClassName
{
background-color: #BA0444;
}
.BgClassName
{
background-color: #BA0444;
}
</style>
border-color css
<style>
span { border-color: #BA0444; }
span { border-color: rgb(186,4,68); }
td.TdClassName
{
border-color: #BA0444;
}
.TagClassName
{
border-color: #BA0444;
}
</style>