Shades of Cardinal #BA0847
Tints of Cardinal #BA0847
RGB
CMYK
RGB Variations
Color information
#BA0847 (or 0xBA0847) is known color: Cardinal. HEX triplet: BA, 08 and 47. RGB value is (186,8,71). Sum of RGB (Red+Green+Blue) = 186+8+71=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0847 is #45F7B8. Grayscale: #444444. Windows color (decimal): -4585401 or 4655290. OLE color: 4655290.
HSL color Cylindrical-coordinate representation of color #BA0847: hue angle of 338.76º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0847 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 71 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.27 |
| HSL | 338.76º | 0.92% | 0.38% | - |
| HSV(B) | 338.76º | 0.96% | 0.73% | - |
| XYZ | 21.47 | 11.07 | 6.97 | - |
| YUV | 68.4 | 129.47 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 71 | 0 | 0.96 | 0.62 | 0.27 | 338.76 | 0.92 | 0.38 |
| Hex | BA | 8 | 47 | 0 | 60 | 3E | 1B | 153 | 5C | 26 |
| Octal | 272 | 10 | 107 | 0 | 140 | 76 | 33 | 523 | 134 | 46 |
| Binary | 10111010 | 1000 | 1000111 | 0 | 1100000 | 111110 | 11011 | 101010011 | 1011100 | 100110 |
Color Harmonies of #BA0847
Complementary color
Monochromatic Colors of #BA0847
Black with #BA0847
Text Example
Text Example
White with #BA0847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0847; }
p { color: rgb(186,8,71); }
H1.HeaderClassName
{
color: #BA0847;
}
.AnyTagClassName
{
color: #BA0847;
}
</style>
background-color css
<style>
a { background-color: #BA0847; }
a { background-color: rgb(186,8,71); }
div.DivClassName
{
background-color: #BA0847;
}
.BgClassName
{
background-color: #BA0847;
}
</style>
border-color css
<style>
span { border-color: #BA0847; }
span { border-color: rgb(186,8,71); }
td.TdClassName
{
border-color: #BA0847;
}
.TagClassName
{
border-color: #BA0847;
}
</style>