Shades of Cardinal #BA1049
Tints of Cardinal #BA1049
RGB
CMYK
RGB Variations
Color information
#BA1049 (or 0xBA1049) is known color: Cardinal. HEX triplet: BA, 10 and 49. RGB value is (186,16,73). Sum of RGB (Red+Green+Blue) = 186+16+73=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1049 is #45EFB6. Grayscale: #494949. Windows color (decimal): -4583351 or 4788410. OLE color: 4788410.
HSL color Cylindrical-coordinate representation of color #BA1049: hue angle of 339.88º degrees, saturation: 0.84, 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 #BA1049 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 73 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.27 |
| HSL | 339.88º | 0.84% | 0.4% | - |
| HSV(B) | 339.88º | 0.91% | 0.73% | - |
| XYZ | 21.64 | 11.29 | 7.34 | - |
| YUV | 73.33 | 127.82 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 73 | 0 | 0.91 | 0.61 | 0.27 | 339.88 | 0.84 | 0.4 |
| Hex | BA | 10 | 49 | 0 | 5B | 3D | 1B | 154 | 54 | 28 |
| Octal | 272 | 20 | 111 | 0 | 133 | 75 | 33 | 524 | 124 | 50 |
| Binary | 10111010 | 10000 | 1001001 | 0 | 1011011 | 111101 | 11011 | 101010100 | 1010100 | 101000 |
Color Harmonies of #BA1049
Complementary color
Monochromatic Colors of #BA1049
Black with #BA1049
Text Example
Text Example
White with #BA1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1049; }
p { color: rgb(186,16,73); }
H1.HeaderClassName
{
color: #BA1049;
}
.AnyTagClassName
{
color: #BA1049;
}
</style>
background-color css
<style>
a { background-color: #BA1049; }
a { background-color: rgb(186,16,73); }
div.DivClassName
{
background-color: #BA1049;
}
.BgClassName
{
background-color: #BA1049;
}
</style>
border-color css
<style>
span { border-color: #BA1049; }
span { border-color: rgb(186,16,73); }
td.TdClassName
{
border-color: #BA1049;
}
.TagClassName
{
border-color: #BA1049;
}
</style>