Shades of Cardinal #BA0541
Tints of Cardinal #BA0541
RGB
CMYK
RGB Variations
Color information
#BA0541 (or 0xBA0541) is known color: Cardinal. HEX triplet: BA, 05 and 41. RGB value is (186,5,65). Sum of RGB (Red+Green+Blue) = 186+5+65=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0541 is #45FABE. Grayscale: #414141. Windows color (decimal): -4586175 or 4261306. OLE color: 4261306.
HSL color Cylindrical-coordinate representation of color #BA0541: hue angle of 340.11º 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 #BA0541 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 65 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.27 |
| HSL | 340.11º | 0.95% | 0.37% | - |
| HSV(B) | 340.11º | 0.97% | 0.73% | - |
| XYZ | 21.26 | 10.93 | 5.99 | - |
| YUV | 65.96 | 127.47 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 65 | 0 | 0.97 | 0.65 | 0.27 | 340.11 | 0.95 | 0.37 |
| Hex | BA | 5 | 41 | 0 | 61 | 41 | 1B | 154 | 5F | 25 |
| Octal | 272 | 5 | 101 | 0 | 141 | 101 | 33 | 524 | 137 | 45 |
| Binary | 10111010 | 101 | 1000001 | 0 | 1100001 | 1000001 | 11011 | 101010100 | 1011111 | 100101 |
Color Harmonies of #BA0541
Complementary color
Monochromatic Colors of #BA0541
Black with #BA0541
Text Example
Text Example
White with #BA0541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0541; }
p { color: rgb(186,5,65); }
H1.HeaderClassName
{
color: #BA0541;
}
.AnyTagClassName
{
color: #BA0541;
}
</style>
background-color css
<style>
a { background-color: #BA0541; }
a { background-color: rgb(186,5,65); }
div.DivClassName
{
background-color: #BA0541;
}
.BgClassName
{
background-color: #BA0541;
}
</style>
border-color css
<style>
span { border-color: #BA0541; }
span { border-color: rgb(186,5,65); }
td.TdClassName
{
border-color: #BA0541;
}
.TagClassName
{
border-color: #BA0541;
}
</style>