Shades of Cardinal #BA0634
Tints of Cardinal #BA0634
RGB
CMYK
RGB Variations
Color information
#BA0634 (or 0xBA0634) is known color: Cardinal. HEX triplet: BA, 06 and 34. RGB value is (186,6,52). Sum of RGB (Red+Green+Blue) = 186+6+52=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0634 is #45F9CB. Grayscale: #414141. Windows color (decimal): -4585932 or 3409594. OLE color: 3409594.
HSL color Cylindrical-coordinate representation of color #BA0634: hue angle of 344.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0634 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 52 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.27 |
| HSL | 344.67º | 0.94% | 0.38% | - |
| HSV(B) | 344.67º | 0.97% | 0.73% | - |
| XYZ | 20.93 | 10.82 | 4.23 | - |
| YUV | 65.06 | 120.63 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 52 | 0 | 0.97 | 0.72 | 0.27 | 344.67 | 0.94 | 0.38 |
| Hex | BA | 6 | 34 | 0 | 61 | 48 | 1B | 159 | 5E | 26 |
| Octal | 272 | 6 | 64 | 0 | 141 | 110 | 33 | 531 | 136 | 46 |
| Binary | 10111010 | 110 | 110100 | 0 | 1100001 | 1001000 | 11011 | 101011001 | 1011110 | 100110 |
Color Harmonies of #BA0634
Complementary color
Monochromatic Colors of #BA0634
Black with #BA0634
Text Example
Text Example
White with #BA0634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0634; }
p { color: rgb(186,6,52); }
H1.HeaderClassName
{
color: #BA0634;
}
.AnyTagClassName
{
color: #BA0634;
}
</style>
background-color css
<style>
a { background-color: #BA0634; }
a { background-color: rgb(186,6,52); }
div.DivClassName
{
background-color: #BA0634;
}
.BgClassName
{
background-color: #BA0634;
}
</style>
border-color css
<style>
span { border-color: #BA0634; }
span { border-color: rgb(186,6,52); }
td.TdClassName
{
border-color: #BA0634;
}
.TagClassName
{
border-color: #BA0634;
}
</style>