Shades of Cardinal #BA0544
Tints of Cardinal #BA0544
RGB
CMYK
RGB Variations
Color information
#BA0544 (or 0xBA0544) is known color: Cardinal. HEX triplet: BA, 05 and 44. RGB value is (186,5,68). Sum of RGB (Red+Green+Blue) = 186+5+68=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0544 is #45FABB. Grayscale: #424242. Windows color (decimal): -4586172 or 4457914. OLE color: 4457914.
HSL color Cylindrical-coordinate representation of color #BA0544: hue angle of 339.12º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0544 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 68 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.27 |
| HSL | 339.12º | 0.95% | 0.37% | - |
| HSV(B) | 339.12º | 0.97% | 0.73% | - |
| XYZ | 21.35 | 10.97 | 6.46 | - |
| YUV | 66.3 | 128.97 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 68 | 0 | 0.97 | 0.63 | 0.27 | 339.12 | 0.95 | 0.37 |
| Hex | BA | 5 | 44 | 0 | 61 | 3F | 1B | 153 | 5F | 25 |
| Octal | 272 | 5 | 104 | 0 | 141 | 77 | 33 | 523 | 137 | 45 |
| Binary | 10111010 | 101 | 1000100 | 0 | 1100001 | 111111 | 11011 | 101010011 | 1011111 | 100101 |
Color Harmonies of #BA0544
Complementary color
Monochromatic Colors of #BA0544
Black with #BA0544
Text Example
Text Example
White with #BA0544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0544; }
p { color: rgb(186,5,68); }
H1.HeaderClassName
{
color: #BA0544;
}
.AnyTagClassName
{
color: #BA0544;
}
</style>
background-color css
<style>
a { background-color: #BA0544; }
a { background-color: rgb(186,5,68); }
div.DivClassName
{
background-color: #BA0544;
}
.BgClassName
{
background-color: #BA0544;
}
</style>
border-color css
<style>
span { border-color: #BA0544; }
span { border-color: rgb(186,5,68); }
td.TdClassName
{
border-color: #BA0544;
}
.TagClassName
{
border-color: #BA0544;
}
</style>