Shades of Cardinal #BA1749
Tints of Cardinal #BA1749
RGB
CMYK
RGB Variations
Color information
#BA1749 (or 0xBA1749) is known color: Cardinal. HEX triplet: BA, 17 and 49. RGB value is (186,23,73). Sum of RGB (Red+Green+Blue) = 186+23+73=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1749 is #45E8B6. Grayscale: #4D4D4D. Windows color (decimal): -4581559 or 4790202. OLE color: 4790202.
HSL color Cylindrical-coordinate representation of color #BA1749: hue angle of 341.6º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1749 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 73 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.27 |
| HSL | 341.6º | 0.78% | 0.41% | - |
| HSV(B) | 341.6º | 0.88% | 0.73% | - |
| XYZ | 21.76 | 11.53 | 7.38 | - |
| YUV | 77.44 | 125.5 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 73 | 0 | 0.88 | 0.61 | 0.27 | 341.6 | 0.78 | 0.41 |
| Hex | BA | 17 | 49 | 0 | 58 | 3D | 1B | 156 | 4E | 29 |
| Octal | 272 | 27 | 111 | 0 | 130 | 75 | 33 | 526 | 116 | 51 |
| Binary | 10111010 | 10111 | 1001001 | 0 | 1011000 | 111101 | 11011 | 101010110 | 1001110 | 101001 |
Color Harmonies of #BA1749
Complementary color
Monochromatic Colors of #BA1749
Black with #BA1749
Text Example
Text Example
White with #BA1749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1749; }
p { color: rgb(186,23,73); }
H1.HeaderClassName
{
color: #BA1749;
}
.AnyTagClassName
{
color: #BA1749;
}
</style>
background-color css
<style>
a { background-color: #BA1749; }
a { background-color: rgb(186,23,73); }
div.DivClassName
{
background-color: #BA1749;
}
.BgClassName
{
background-color: #BA1749;
}
</style>
border-color css
<style>
span { border-color: #BA1749; }
span { border-color: rgb(186,23,73); }
td.TdClassName
{
border-color: #BA1749;
}
.TagClassName
{
border-color: #BA1749;
}
</style>