Shades of Cardinal #BA0B34
Tints of Cardinal #BA0B34
RGB
CMYK
RGB Variations
Color information
#BA0B34 (or 0xBA0B34) is known color: Cardinal. HEX triplet: BA, 0B and 34. RGB value is (186,11,52). Sum of RGB (Red+Green+Blue) = 186+11+52=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0B34 is #45F4CB. Grayscale: #444444. Windows color (decimal): -4584652 or 3410874. OLE color: 3410874.
HSL color Cylindrical-coordinate representation of color #BA0B34: hue angle of 345.94º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0B34 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 52 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.27 |
| HSL | 345.94º | 0.89% | 0.39% | - |
| HSV(B) | 345.94º | 0.94% | 0.73% | - |
| XYZ | 20.99 | 10.93 | 4.25 | - |
| YUV | 68 | 118.98 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 52 | 0 | 0.94 | 0.72 | 0.27 | 345.94 | 0.89 | 0.39 |
| Hex | BA | B | 34 | 0 | 5E | 48 | 1B | 15A | 59 | 27 |
| Octal | 272 | 13 | 64 | 0 | 136 | 110 | 33 | 532 | 131 | 47 |
| Binary | 10111010 | 1011 | 110100 | 0 | 1011110 | 1001000 | 11011 | 101011010 | 1011001 | 100111 |
Color Harmonies of #BA0B34
Complementary color
Monochromatic Colors of #BA0B34
Black with #BA0B34
Text Example
Text Example
White with #BA0B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B34; }
p { color: rgb(186,11,52); }
H1.HeaderClassName
{
color: #BA0B34;
}
.AnyTagClassName
{
color: #BA0B34;
}
</style>
background-color css
<style>
a { background-color: #BA0B34; }
a { background-color: rgb(186,11,52); }
div.DivClassName
{
background-color: #BA0B34;
}
.BgClassName
{
background-color: #BA0B34;
}
</style>
border-color css
<style>
span { border-color: #BA0B34; }
span { border-color: rgb(186,11,52); }
td.TdClassName
{
border-color: #BA0B34;
}
.TagClassName
{
border-color: #BA0B34;
}
</style>