Shades of Cardinal #BA1145
Tints of Cardinal #BA1145
RGB
CMYK
RGB Variations
Color information
#BA1145 (or 0xBA1145) is known color: Cardinal. HEX triplet: BA, 11 and 45. RGB value is (186,17,69). Sum of RGB (Red+Green+Blue) = 186+17+69=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1145 is #45EEBA. Grayscale: #494949. Windows color (decimal): -4583099 or 4526522. OLE color: 4526522.
HSL color Cylindrical-coordinate representation of color #BA1145: hue angle of 341.54º 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 #BA1145 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 69 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.27 |
| HSL | 341.54º | 0.83% | 0.4% | - |
| HSV(B) | 341.54º | 0.91% | 0.73% | - |
| XYZ | 21.52 | 11.27 | 6.67 | - |
| YUV | 73.46 | 125.49 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 69 | 0 | 0.91 | 0.63 | 0.27 | 341.54 | 0.83 | 0.4 |
| Hex | BA | 11 | 45 | 0 | 5B | 3F | 1B | 156 | 53 | 28 |
| Octal | 272 | 21 | 105 | 0 | 133 | 77 | 33 | 526 | 123 | 50 |
| Binary | 10111010 | 10001 | 1000101 | 0 | 1011011 | 111111 | 11011 | 101010110 | 1010011 | 101000 |
Color Harmonies of #BA1145
Complementary color
Monochromatic Colors of #BA1145
Black with #BA1145
Text Example
Text Example
White with #BA1145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1145; }
p { color: rgb(186,17,69); }
H1.HeaderClassName
{
color: #BA1145;
}
.AnyTagClassName
{
color: #BA1145;
}
</style>
background-color css
<style>
a { background-color: #BA1145; }
a { background-color: rgb(186,17,69); }
div.DivClassName
{
background-color: #BA1145;
}
.BgClassName
{
background-color: #BA1145;
}
</style>
border-color css
<style>
span { border-color: #BA1145; }
span { border-color: rgb(186,17,69); }
td.TdClassName
{
border-color: #BA1145;
}
.TagClassName
{
border-color: #BA1145;
}
</style>