Shades of Cardinal #BA1545
Tints of Cardinal #BA1545
RGB
CMYK
RGB Variations
Color information
#BA1545 (or 0xBA1545) is known color: Cardinal. HEX triplet: BA, 15 and 45. RGB value is (186,21,69). Sum of RGB (Red+Green+Blue) = 186+21+69=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1545 is #45EABA. Grayscale: #4B4B4B. Windows color (decimal): -4582075 or 4527546. OLE color: 4527546.
HSL color Cylindrical-coordinate representation of color #BA1545: hue angle of 342.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1545 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 69 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.27 |
| HSL | 342.55º | 0.8% | 0.41% | - |
| HSV(B) | 342.55º | 0.89% | 0.73% | - |
| XYZ | 21.59 | 11.41 | 6.69 | - |
| YUV | 75.81 | 124.16 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 69 | 0 | 0.89 | 0.63 | 0.27 | 342.55 | 0.8 | 0.41 |
| Hex | BA | 15 | 45 | 0 | 59 | 3F | 1B | 157 | 50 | 29 |
| Octal | 272 | 25 | 105 | 0 | 131 | 77 | 33 | 527 | 120 | 51 |
| Binary | 10111010 | 10101 | 1000101 | 0 | 1011001 | 111111 | 11011 | 101010111 | 1010000 | 101001 |
Color Harmonies of #BA1545
Complementary color
Monochromatic Colors of #BA1545
Black with #BA1545
Text Example
Text Example
White with #BA1545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1545; }
p { color: rgb(186,21,69); }
H1.HeaderClassName
{
color: #BA1545;
}
.AnyTagClassName
{
color: #BA1545;
}
</style>
background-color css
<style>
a { background-color: #BA1545; }
a { background-color: rgb(186,21,69); }
div.DivClassName
{
background-color: #BA1545;
}
.BgClassName
{
background-color: #BA1545;
}
</style>
border-color css
<style>
span { border-color: #BA1545; }
span { border-color: rgb(186,21,69); }
td.TdClassName
{
border-color: #BA1545;
}
.TagClassName
{
border-color: #BA1545;
}
</style>