Shades of Cardinal #BA0937
Tints of Cardinal #BA0937
RGB
CMYK
RGB Variations
Color information
#BA0937 (or 0xBA0937) is known color: Cardinal. HEX triplet: BA, 09 and 37. RGB value is (186,9,55). Sum of RGB (Red+Green+Blue) = 186+9+55=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0937 is #45F6C8. Grayscale: #434343. Windows color (decimal): -4585161 or 3606970. OLE color: 3606970.
HSL color Cylindrical-coordinate representation of color #BA0937: hue angle of 344.41º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0937 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 55 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.27 |
| HSL | 344.41º | 0.91% | 0.38% | - |
| HSV(B) | 344.41º | 0.95% | 0.73% | - |
| XYZ | 21.04 | 10.91 | 4.61 | - |
| YUV | 67.17 | 121.14 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 55 | 0 | 0.95 | 0.70 | 0.27 | 344.41 | 0.91 | 0.38 |
| Hex | BA | 9 | 37 | 0 | 5F | 46 | 1B | 158 | 5B | 26 |
| Octal | 272 | 11 | 67 | 0 | 137 | 106 | 33 | 530 | 133 | 46 |
| Binary | 10111010 | 1001 | 110111 | 0 | 1011111 | 1000110 | 11011 | 101011000 | 1011011 | 100110 |
Color Harmonies of #BA0937
Complementary color
Monochromatic Colors of #BA0937
Black with #BA0937
Text Example
Text Example
White with #BA0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0937; }
p { color: rgb(186,9,55); }
H1.HeaderClassName
{
color: #BA0937;
}
.AnyTagClassName
{
color: #BA0937;
}
</style>
background-color css
<style>
a { background-color: #BA0937; }
a { background-color: rgb(186,9,55); }
div.DivClassName
{
background-color: #BA0937;
}
.BgClassName
{
background-color: #BA0937;
}
</style>
border-color css
<style>
span { border-color: #BA0937; }
span { border-color: rgb(186,9,55); }
td.TdClassName
{
border-color: #BA0937;
}
.TagClassName
{
border-color: #BA0937;
}
</style>