Shades of Cardinal #BA0639
Tints of Cardinal #BA0639
RGB
CMYK
RGB Variations
Color information
#BA0639 (or 0xBA0639) is known color: Cardinal. HEX triplet: BA, 06 and 39. RGB value is (186,6,57). Sum of RGB (Red+Green+Blue) = 186+6+57=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0639 is #45F9C6. Grayscale: #414141. Windows color (decimal): -4585927 or 3737274. OLE color: 3737274.
HSL color Cylindrical-coordinate representation of color #BA0639: hue angle of 343º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0639 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 57 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.27 |
| HSL | 343º | 0.94% | 0.38% | - |
| HSV(B) | 343º | 0.97% | 0.73% | - |
| XYZ | 21.05 | 10.86 | 4.86 | - |
| YUV | 65.63 | 123.13 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 57 | 0 | 0.97 | 0.69 | 0.27 | 343 | 0.94 | 0.38 |
| Hex | BA | 6 | 39 | 0 | 61 | 45 | 1B | 157 | 5E | 26 |
| Octal | 272 | 6 | 71 | 0 | 141 | 105 | 33 | 527 | 136 | 46 |
| Binary | 10111010 | 110 | 111001 | 0 | 1100001 | 1000101 | 11011 | 101010111 | 1011110 | 100110 |
Color Harmonies of #BA0639
Complementary color
Monochromatic Colors of #BA0639
Black with #BA0639
Text Example
Text Example
White with #BA0639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0639; }
p { color: rgb(186,6,57); }
H1.HeaderClassName
{
color: #BA0639;
}
.AnyTagClassName
{
color: #BA0639;
}
</style>
background-color css
<style>
a { background-color: #BA0639; }
a { background-color: rgb(186,6,57); }
div.DivClassName
{
background-color: #BA0639;
}
.BgClassName
{
background-color: #BA0639;
}
</style>
border-color css
<style>
span { border-color: #BA0639; }
span { border-color: rgb(186,6,57); }
td.TdClassName
{
border-color: #BA0639;
}
.TagClassName
{
border-color: #BA0639;
}
</style>