Shades of Cardinal #BA2837
Tints of Cardinal #BA2837
RGB
CMYK
RGB Variations
Color information
#BA2837 (or 0xBA2837) is known color: Cardinal. HEX triplet: BA, 28 and 37. RGB value is (186,40,55). Sum of RGB (Red+Green+Blue) = 186+40+55=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2837 is #45D7C8. Grayscale: #555555. Windows color (decimal): -4577225 or 3614906. OLE color: 3614906.
HSL color Cylindrical-coordinate representation of color #BA2837: hue angle of 353.84º 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 #BA2837 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 55 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.27 |
| HSL | 353.84º | 0.65% | 0.44% | - |
| HSV(B) | 353.84º | 0.78% | 0.73% | - |
| XYZ | 21.7 | 12.23 | 4.83 | - |
| YUV | 85.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 55 | 0 | 0.78 | 0.70 | 0.27 | 353.84 | 0.65 | 0.44 |
| Hex | BA | 28 | 37 | 0 | 4E | 46 | 1B | 162 | 41 | 2C |
| Octal | 272 | 50 | 67 | 0 | 116 | 106 | 33 | 542 | 101 | 54 |
| Binary | 10111010 | 101000 | 110111 | 0 | 1001110 | 1000110 | 11011 | 101100010 | 1000001 | 101100 |
Color Harmonies of #BA2837
Complementary color
Monochromatic Colors of #BA2837
Black with #BA2837
Text Example
Text Example
White with #BA2837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2837; }
p { color: rgb(186,40,55); }
H1.HeaderClassName
{
color: #BA2837;
}
.AnyTagClassName
{
color: #BA2837;
}
</style>
background-color css
<style>
a { background-color: #BA2837; }
a { background-color: rgb(186,40,55); }
div.DivClassName
{
background-color: #BA2837;
}
.BgClassName
{
background-color: #BA2837;
}
</style>
border-color css
<style>
span { border-color: #BA2837; }
span { border-color: rgb(186,40,55); }
td.TdClassName
{
border-color: #BA2837;
}
.TagClassName
{
border-color: #BA2837;
}
</style>