Shades of Cardinal #BA0638
Tints of Cardinal #BA0638
RGB
CMYK
RGB Variations
Color information
#BA0638 (or 0xBA0638) is known color: Cardinal. HEX triplet: BA, 06 and 38. RGB value is (186,6,56). Sum of RGB (Red+Green+Blue) = 186+6+56=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0638 is #45F9C7. Grayscale: #414141. Windows color (decimal): -4585928 or 3671738. OLE color: 3671738.
HSL color Cylindrical-coordinate representation of color #BA0638: hue angle of 343.33º 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 #BA0638 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 56 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.27 |
| HSL | 343.33º | 0.94% | 0.38% | - |
| HSV(B) | 343.33º | 0.97% | 0.73% | - |
| XYZ | 21.03 | 10.85 | 4.73 | - |
| YUV | 65.52 | 122.63 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 56 | 0 | 0.97 | 0.70 | 0.27 | 343.33 | 0.94 | 0.38 |
| Hex | BA | 6 | 38 | 0 | 61 | 46 | 1B | 157 | 5E | 26 |
| Octal | 272 | 6 | 70 | 0 | 141 | 106 | 33 | 527 | 136 | 46 |
| Binary | 10111010 | 110 | 111000 | 0 | 1100001 | 1000110 | 11011 | 101010111 | 1011110 | 100110 |
Color Harmonies of #BA0638
Complementary color
Monochromatic Colors of #BA0638
Black with #BA0638
Text Example
Text Example
White with #BA0638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0638; }
p { color: rgb(186,6,56); }
H1.HeaderClassName
{
color: #BA0638;
}
.AnyTagClassName
{
color: #BA0638;
}
</style>
background-color css
<style>
a { background-color: #BA0638; }
a { background-color: rgb(186,6,56); }
div.DivClassName
{
background-color: #BA0638;
}
.BgClassName
{
background-color: #BA0638;
}
</style>
border-color css
<style>
span { border-color: #BA0638; }
span { border-color: rgb(186,6,56); }
td.TdClassName
{
border-color: #BA0638;
}
.TagClassName
{
border-color: #BA0638;
}
</style>