Shades of Cardinal #BA1343
Tints of Cardinal #BA1343
RGB
CMYK
RGB Variations
Color information
#BA1343 (or 0xBA1343) is known color: Cardinal. HEX triplet: BA, 13 and 43. RGB value is (186,19,67). Sum of RGB (Red+Green+Blue) = 186+19+67=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1343 is #45ECBC. Grayscale: #4A4A4A. Windows color (decimal): -4582589 or 4395962. OLE color: 4395962.
HSL color Cylindrical-coordinate representation of color #BA1343: hue angle of 342.75º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1343 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 67 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.27 |
| HSL | 342.75º | 0.81% | 0.4% | - |
| HSV(B) | 342.75º | 0.9% | 0.73% | - |
| XYZ | 21.5 | 11.31 | 6.36 | - |
| YUV | 74.41 | 123.83 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 67 | 0 | 0.90 | 0.64 | 0.27 | 342.75 | 0.81 | 0.4 |
| Hex | BA | 13 | 43 | 0 | 5A | 40 | 1B | 157 | 51 | 28 |
| Octal | 272 | 23 | 103 | 0 | 132 | 100 | 33 | 527 | 121 | 50 |
| Binary | 10111010 | 10011 | 1000011 | 0 | 1011010 | 1000000 | 11011 | 101010111 | 1010001 | 101000 |
Color Harmonies of #BA1343
Complementary color
Monochromatic Colors of #BA1343
Black with #BA1343
Text Example
Text Example
White with #BA1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1343; }
p { color: rgb(186,19,67); }
H1.HeaderClassName
{
color: #BA1343;
}
.AnyTagClassName
{
color: #BA1343;
}
</style>
background-color css
<style>
a { background-color: #BA1343; }
a { background-color: rgb(186,19,67); }
div.DivClassName
{
background-color: #BA1343;
}
.BgClassName
{
background-color: #BA1343;
}
</style>
border-color css
<style>
span { border-color: #BA1343; }
span { border-color: rgb(186,19,67); }
td.TdClassName
{
border-color: #BA1343;
}
.TagClassName
{
border-color: #BA1343;
}
</style>