Shades of Cardinal #BA2040
Tints of Cardinal #BA2040
RGB
CMYK
RGB Variations
Color information
#BA2040 (or 0xBA2040) is known color: Cardinal. HEX triplet: BA, 20 and 40. RGB value is (186,32,64). Sum of RGB (Red+Green+Blue) = 186+32+64=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2040 is #45DFBF. Grayscale: #515151. Windows color (decimal): -4579264 or 4202682. OLE color: 4202682.
HSL color Cylindrical-coordinate representation of color #BA2040: hue angle of 347.53º 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 #BA2040 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 64 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.27 |
| HSL | 347.53º | 0.71% | 0.43% | - |
| HSV(B) | 347.53º | 0.83% | 0.73% | - |
| XYZ | 21.69 | 11.84 | 5.99 | - |
| YUV | 81.69 | 118.02 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 64 | 0 | 0.83 | 0.66 | 0.27 | 347.53 | 0.71 | 0.43 |
| Hex | BA | 20 | 40 | 0 | 53 | 42 | 1B | 15C | 47 | 2B |
| Octal | 272 | 40 | 100 | 0 | 123 | 102 | 33 | 534 | 107 | 53 |
| Binary | 10111010 | 100000 | 1000000 | 0 | 1010011 | 1000010 | 11011 | 101011100 | 1000111 | 101011 |
Color Harmonies of #BA2040
Complementary color
Monochromatic Colors of #BA2040
Black with #BA2040
Text Example
Text Example
White with #BA2040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2040; }
p { color: rgb(186,32,64); }
H1.HeaderClassName
{
color: #BA2040;
}
.AnyTagClassName
{
color: #BA2040;
}
</style>
background-color css
<style>
a { background-color: #BA2040; }
a { background-color: rgb(186,32,64); }
div.DivClassName
{
background-color: #BA2040;
}
.BgClassName
{
background-color: #BA2040;
}
</style>
border-color css
<style>
span { border-color: #BA2040; }
span { border-color: rgb(186,32,64); }
td.TdClassName
{
border-color: #BA2040;
}
.TagClassName
{
border-color: #BA2040;
}
</style>