Shades of Cardinal #BA0630
Tints of Cardinal #BA0630
RGB
CMYK
RGB Variations
Color information
#BA0630 (or 0xBA0630) is known color: Cardinal. HEX triplet: BA, 06 and 30. RGB value is (186,6,48). Sum of RGB (Red+Green+Blue) = 186+6+48=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0630 is #45F9CF. Grayscale: #404040. Windows color (decimal): -4585936 or 3147450. OLE color: 3147450.
HSL color Cylindrical-coordinate representation of color #BA0630: hue angle of 346º 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 #BA0630 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 48 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.27 |
| HSL | 346º | 0.94% | 0.38% | - |
| HSV(B) | 346º | 0.97% | 0.73% | - |
| XYZ | 20.85 | 10.78 | 3.78 | - |
| YUV | 64.61 | 118.63 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 48 | 0 | 0.97 | 0.74 | 0.27 | 346 | 0.94 | 0.38 |
| Hex | BA | 6 | 30 | 0 | 61 | 4A | 1B | 15A | 5E | 26 |
| Octal | 272 | 6 | 60 | 0 | 141 | 112 | 33 | 532 | 136 | 46 |
| Binary | 10111010 | 110 | 110000 | 0 | 1100001 | 1001010 | 11011 | 101011010 | 1011110 | 100110 |
Color Harmonies of #BA0630
Complementary color
Monochromatic Colors of #BA0630
Black with #BA0630
Text Example
Text Example
White with #BA0630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0630; }
p { color: rgb(186,6,48); }
H1.HeaderClassName
{
color: #BA0630;
}
.AnyTagClassName
{
color: #BA0630;
}
</style>
background-color css
<style>
a { background-color: #BA0630; }
a { background-color: rgb(186,6,48); }
div.DivClassName
{
background-color: #BA0630;
}
.BgClassName
{
background-color: #BA0630;
}
</style>
border-color css
<style>
span { border-color: #BA0630; }
span { border-color: rgb(186,6,48); }
td.TdClassName
{
border-color: #BA0630;
}
.TagClassName
{
border-color: #BA0630;
}
</style>