Shades of Cardinal #BA0934
Tints of Cardinal #BA0934
RGB
CMYK
RGB Variations
Color information
#BA0934 (or 0xBA0934) is known color: Cardinal. HEX triplet: BA, 09 and 34. RGB value is (186,9,52). Sum of RGB (Red+Green+Blue) = 186+9+52=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0934 is #45F6CB. Grayscale: #424242. Windows color (decimal): -4585164 or 3410362. OLE color: 3410362.
HSL color Cylindrical-coordinate representation of color #BA0934: hue angle of 345.42º 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 #BA0934 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 52 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.27 |
| HSL | 345.42º | 0.91% | 0.38% | - |
| HSV(B) | 345.42º | 0.95% | 0.73% | - |
| XYZ | 20.97 | 10.88 | 4.24 | - |
| YUV | 66.83 | 119.64 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 52 | 0 | 0.95 | 0.72 | 0.27 | 345.42 | 0.91 | 0.38 |
| Hex | BA | 9 | 34 | 0 | 5F | 48 | 1B | 159 | 5B | 26 |
| Octal | 272 | 11 | 64 | 0 | 137 | 110 | 33 | 531 | 133 | 46 |
| Binary | 10111010 | 1001 | 110100 | 0 | 1011111 | 1001000 | 11011 | 101011001 | 1011011 | 100110 |
Color Harmonies of #BA0934
Complementary color
Monochromatic Colors of #BA0934
Black with #BA0934
Text Example
Text Example
White with #BA0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0934; }
p { color: rgb(186,9,52); }
H1.HeaderClassName
{
color: #BA0934;
}
.AnyTagClassName
{
color: #BA0934;
}
</style>
background-color css
<style>
a { background-color: #BA0934; }
a { background-color: rgb(186,9,52); }
div.DivClassName
{
background-color: #BA0934;
}
.BgClassName
{
background-color: #BA0934;
}
</style>
border-color css
<style>
span { border-color: #BA0934; }
span { border-color: rgb(186,9,52); }
td.TdClassName
{
border-color: #BA0934;
}
.TagClassName
{
border-color: #BA0934;
}
</style>