Shades of Cardinal #BA2140
Tints of Cardinal #BA2140
RGB
CMYK
RGB Variations
Color information
#BA2140 (or 0xBA2140) is known color: Cardinal. HEX triplet: BA, 21 and 40. RGB value is (186,33,64). Sum of RGB (Red+Green+Blue) = 186+33+64=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2140 is #45DEBF. Grayscale: #525252. Windows color (decimal): -4579008 or 4202938. OLE color: 4202938.
HSL color Cylindrical-coordinate representation of color #BA2140: hue angle of 347.84º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2140 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 64 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.27 |
| HSL | 347.84º | 0.7% | 0.43% | - |
| HSV(B) | 347.84º | 0.82% | 0.73% | - |
| XYZ | 21.72 | 11.9 | 6 | - |
| YUV | 82.28 | 117.69 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 64 | 0 | 0.82 | 0.66 | 0.27 | 347.84 | 0.7 | 0.43 |
| Hex | BA | 21 | 40 | 0 | 52 | 42 | 1B | 15C | 46 | 2B |
| Octal | 272 | 41 | 100 | 0 | 122 | 102 | 33 | 534 | 106 | 53 |
| Binary | 10111010 | 100001 | 1000000 | 0 | 1010010 | 1000010 | 11011 | 101011100 | 1000110 | 101011 |
Color Harmonies of #BA2140
Complementary color
Monochromatic Colors of #BA2140
Black with #BA2140
Text Example
Text Example
White with #BA2140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2140; }
p { color: rgb(186,33,64); }
H1.HeaderClassName
{
color: #BA2140;
}
.AnyTagClassName
{
color: #BA2140;
}
</style>
background-color css
<style>
a { background-color: #BA2140; }
a { background-color: rgb(186,33,64); }
div.DivClassName
{
background-color: #BA2140;
}
.BgClassName
{
background-color: #BA2140;
}
</style>
border-color css
<style>
span { border-color: #BA2140; }
span { border-color: rgb(186,33,64); }
td.TdClassName
{
border-color: #BA2140;
}
.TagClassName
{
border-color: #BA2140;
}
</style>