Shades of Cardinal #BA2043
Tints of Cardinal #BA2043
RGB
CMYK
RGB Variations
Color information
#BA2043 (or 0xBA2043) is known color: Cardinal. HEX triplet: BA, 20 and 43. RGB value is (186,32,67). Sum of RGB (Red+Green+Blue) = 186+32+67=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2043 is #45DFBC. Grayscale: #525252. Windows color (decimal): -4579261 or 4399290. OLE color: 4399290.
HSL color Cylindrical-coordinate representation of color #BA2043: hue angle of 346.36º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2043 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 67 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.27 |
| HSL | 346.36º | 0.71% | 0.43% | - |
| HSV(B) | 346.36º | 0.83% | 0.73% | - |
| XYZ | 21.78 | 11.88 | 6.45 | - |
| YUV | 82.04 | 119.52 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 67 | 0 | 0.83 | 0.64 | 0.27 | 346.36 | 0.71 | 0.43 |
| Hex | BA | 20 | 43 | 0 | 53 | 40 | 1B | 15A | 47 | 2B |
| Octal | 272 | 40 | 103 | 0 | 123 | 100 | 33 | 532 | 107 | 53 |
| Binary | 10111010 | 100000 | 1000011 | 0 | 1010011 | 1000000 | 11011 | 101011010 | 1000111 | 101011 |
Color Harmonies of #BA2043
Complementary color
Monochromatic Colors of #BA2043
Black with #BA2043
Text Example
Text Example
White with #BA2043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2043; }
p { color: rgb(186,32,67); }
H1.HeaderClassName
{
color: #BA2043;
}
.AnyTagClassName
{
color: #BA2043;
}
</style>
background-color css
<style>
a { background-color: #BA2043; }
a { background-color: rgb(186,32,67); }
div.DivClassName
{
background-color: #BA2043;
}
.BgClassName
{
background-color: #BA2043;
}
</style>
border-color css
<style>
span { border-color: #BA2043; }
span { border-color: rgb(186,32,67); }
td.TdClassName
{
border-color: #BA2043;
}
.TagClassName
{
border-color: #BA2043;
}
</style>