Shades of Cardinal #BA1143
Tints of Cardinal #BA1143
RGB
CMYK
RGB Variations
Color information
#BA1143 (or 0xBA1143) is known color: Cardinal. HEX triplet: BA, 11 and 43. RGB value is (186,17,67). Sum of RGB (Red+Green+Blue) = 186+17+67=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1143 is #45EEBC. Grayscale: #494949. Windows color (decimal): -4583101 or 4395450. OLE color: 4395450.
HSL color Cylindrical-coordinate representation of color #BA1143: hue angle of 342.25º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1143 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 67 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.27 |
| HSL | 342.25º | 0.83% | 0.4% | - |
| HSV(B) | 342.25º | 0.91% | 0.73% | - |
| XYZ | 21.46 | 11.25 | 6.35 | - |
| YUV | 73.23 | 124.49 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 67 | 0 | 0.91 | 0.64 | 0.27 | 342.25 | 0.83 | 0.4 |
| Hex | BA | 11 | 43 | 0 | 5B | 40 | 1B | 156 | 53 | 28 |
| Octal | 272 | 21 | 103 | 0 | 133 | 100 | 33 | 526 | 123 | 50 |
| Binary | 10111010 | 10001 | 1000011 | 0 | 1011011 | 1000000 | 11011 | 101010110 | 1010011 | 101000 |
Color Harmonies of #BA1143
Complementary color
Monochromatic Colors of #BA1143
Black with #BA1143
Text Example
Text Example
White with #BA1143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1143; }
p { color: rgb(186,17,67); }
H1.HeaderClassName
{
color: #BA1143;
}
.AnyTagClassName
{
color: #BA1143;
}
</style>
background-color css
<style>
a { background-color: #BA1143; }
a { background-color: rgb(186,17,67); }
div.DivClassName
{
background-color: #BA1143;
}
.BgClassName
{
background-color: #BA1143;
}
</style>
border-color css
<style>
span { border-color: #BA1143; }
span { border-color: rgb(186,17,67); }
td.TdClassName
{
border-color: #BA1143;
}
.TagClassName
{
border-color: #BA1143;
}
</style>