Shades of Cardinal #BA0539
Tints of Cardinal #BA0539
RGB
CMYK
RGB Variations
Color information
#BA0539 (or 0xBA0539) is known color: Cardinal. HEX triplet: BA, 05 and 39. RGB value is (186,5,57). Sum of RGB (Red+Green+Blue) = 186+5+57=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0539 is #45FAC6. Grayscale: #414141. Windows color (decimal): -4586183 or 3737018. OLE color: 3737018.
HSL color Cylindrical-coordinate representation of color #BA0539: hue angle of 342.76º 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 #BA0539 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 57 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.27 |
| HSL | 342.76º | 0.95% | 0.37% | - |
| HSV(B) | 342.76º | 0.97% | 0.73% | - |
| XYZ | 21.04 | 10.84 | 4.85 | - |
| YUV | 65.05 | 123.47 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 57 | 0 | 0.97 | 0.69 | 0.27 | 342.76 | 0.95 | 0.37 |
| Hex | BA | 5 | 39 | 0 | 61 | 45 | 1B | 157 | 5F | 25 |
| Octal | 272 | 5 | 71 | 0 | 141 | 105 | 33 | 527 | 137 | 45 |
| Binary | 10111010 | 101 | 111001 | 0 | 1100001 | 1000101 | 11011 | 101010111 | 1011111 | 100101 |
Color Harmonies of #BA0539
Complementary color
Monochromatic Colors of #BA0539
Black with #BA0539
Text Example
Text Example
White with #BA0539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0539; }
p { color: rgb(186,5,57); }
H1.HeaderClassName
{
color: #BA0539;
}
.AnyTagClassName
{
color: #BA0539;
}
</style>
background-color css
<style>
a { background-color: #BA0539; }
a { background-color: rgb(186,5,57); }
div.DivClassName
{
background-color: #BA0539;
}
.BgClassName
{
background-color: #BA0539;
}
</style>
border-color css
<style>
span { border-color: #BA0539; }
span { border-color: rgb(186,5,57); }
td.TdClassName
{
border-color: #BA0539;
}
.TagClassName
{
border-color: #BA0539;
}
</style>