Shades of Cardinal #BA0437
Tints of Cardinal #BA0437
RGB
CMYK
RGB Variations
Color information
#BA0437 (or 0xBA0437) is known color: Cardinal. HEX triplet: BA, 04 and 37. RGB value is (186,4,55). Sum of RGB (Red+Green+Blue) = 186+4+55=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0437 is #45FBC8. Grayscale: #404040. Windows color (decimal): -4586441 or 3605690. OLE color: 3605690.
HSL color Cylindrical-coordinate representation of color #BA0437: hue angle of 343.19º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0437 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 55 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.27 |
| HSL | 343.19º | 0.96% | 0.37% | - |
| HSV(B) | 343.19º | 0.98% | 0.73% | - |
| XYZ | 20.98 | 10.8 | 4.59 | - |
| YUV | 64.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 55 | 0 | 0.98 | 0.70 | 0.27 | 343.19 | 0.96 | 0.37 |
| Hex | BA | 4 | 37 | 0 | 62 | 46 | 1B | 157 | 60 | 25 |
| Octal | 272 | 4 | 67 | 0 | 142 | 106 | 33 | 527 | 140 | 45 |
| Binary | 10111010 | 100 | 110111 | 0 | 1100010 | 1000110 | 11011 | 101010111 | 1100000 | 100101 |
Color Harmonies of #BA0437
Complementary color
Monochromatic Colors of #BA0437
Black with #BA0437
Text Example
Text Example
White with #BA0437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0437; }
p { color: rgb(186,4,55); }
H1.HeaderClassName
{
color: #BA0437;
}
.AnyTagClassName
{
color: #BA0437;
}
</style>
background-color css
<style>
a { background-color: #BA0437; }
a { background-color: rgb(186,4,55); }
div.DivClassName
{
background-color: #BA0437;
}
.BgClassName
{
background-color: #BA0437;
}
</style>
border-color css
<style>
span { border-color: #BA0437; }
span { border-color: rgb(186,4,55); }
td.TdClassName
{
border-color: #BA0437;
}
.TagClassName
{
border-color: #BA0437;
}
</style>