Shades of Cardinal #BA0843
Tints of Cardinal #BA0843
RGB
CMYK
RGB Variations
Color information
#BA0843 (or 0xBA0843) is known color: Cardinal. HEX triplet: BA, 08 and 43. RGB value is (186,8,67). Sum of RGB (Red+Green+Blue) = 186+8+67=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0843 is #45F7BC. Grayscale: #434343. Windows color (decimal): -4585405 or 4393146. OLE color: 4393146.
HSL color Cylindrical-coordinate representation of color #BA0843: hue angle of 340.11º 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 #BA0843 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 67 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.27 |
| HSL | 340.11º | 0.92% | 0.38% | - |
| HSV(B) | 340.11º | 0.96% | 0.73% | - |
| XYZ | 21.35 | 11.02 | 6.31 | - |
| YUV | 67.95 | 127.47 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 67 | 0 | 0.96 | 0.64 | 0.27 | 340.11 | 0.92 | 0.38 |
| Hex | BA | 8 | 43 | 0 | 60 | 40 | 1B | 154 | 5C | 26 |
| Octal | 272 | 10 | 103 | 0 | 140 | 100 | 33 | 524 | 134 | 46 |
| Binary | 10111010 | 1000 | 1000011 | 0 | 1100000 | 1000000 | 11011 | 101010100 | 1011100 | 100110 |
Color Harmonies of #BA0843
Complementary color
Monochromatic Colors of #BA0843
Black with #BA0843
Text Example
Text Example
White with #BA0843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0843; }
p { color: rgb(186,8,67); }
H1.HeaderClassName
{
color: #BA0843;
}
.AnyTagClassName
{
color: #BA0843;
}
</style>
background-color css
<style>
a { background-color: #BA0843; }
a { background-color: rgb(186,8,67); }
div.DivClassName
{
background-color: #BA0843;
}
.BgClassName
{
background-color: #BA0843;
}
</style>
border-color css
<style>
span { border-color: #BA0843; }
span { border-color: rgb(186,8,67); }
td.TdClassName
{
border-color: #BA0843;
}
.TagClassName
{
border-color: #BA0843;
}
</style>