Shades of Cardinal #BA2839
Tints of Cardinal #BA2839
RGB
CMYK
RGB Variations
Color information
#BA2839 (or 0xBA2839) is known color: Cardinal. HEX triplet: BA, 28 and 39. RGB value is (186,40,57). Sum of RGB (Red+Green+Blue) = 186+40+57=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2839 is #45D7C6. Grayscale: #555555. Windows color (decimal): -4577223 or 3745978. OLE color: 3745978.
HSL color Cylindrical-coordinate representation of color #BA2839: hue angle of 353.01º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2839 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 57 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.27 |
| HSL | 353.01º | 0.65% | 0.44% | - |
| HSV(B) | 353.01º | 0.78% | 0.73% | - |
| XYZ | 21.75 | 12.25 | 5.09 | - |
| YUV | 85.59 | 111.87 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 57 | 0 | 0.78 | 0.69 | 0.27 | 353.01 | 0.65 | 0.44 |
| Hex | BA | 28 | 39 | 0 | 4E | 45 | 1B | 161 | 41 | 2C |
| Octal | 272 | 50 | 71 | 0 | 116 | 105 | 33 | 541 | 101 | 54 |
| Binary | 10111010 | 101000 | 111001 | 0 | 1001110 | 1000101 | 11011 | 101100001 | 1000001 | 101100 |
Color Harmonies of #BA2839
Complementary color
Monochromatic Colors of #BA2839
Black with #BA2839
Text Example
Text Example
White with #BA2839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2839; }
p { color: rgb(186,40,57); }
H1.HeaderClassName
{
color: #BA2839;
}
.AnyTagClassName
{
color: #BA2839;
}
</style>
background-color css
<style>
a { background-color: #BA2839; }
a { background-color: rgb(186,40,57); }
div.DivClassName
{
background-color: #BA2839;
}
.BgClassName
{
background-color: #BA2839;
}
</style>
border-color css
<style>
span { border-color: #BA2839; }
span { border-color: rgb(186,40,57); }
td.TdClassName
{
border-color: #BA2839;
}
.TagClassName
{
border-color: #BA2839;
}
</style>