Shades of Cardinal #BA154A
Tints of Cardinal #BA154A
RGB
CMYK
RGB Variations
Color information
#BA154A (or 0xBA154A) is known color: Cardinal. HEX triplet: BA, 15 and 4A. RGB value is (186,21,74). Sum of RGB (Red+Green+Blue) = 186+21+74=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA154A is #45EAB5. Grayscale: #4C4C4C. Windows color (decimal): -4582070 or 4855226. OLE color: 4855226.
HSL color Cylindrical-coordinate representation of color #BA154A: hue angle of 340.73º 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 #BA154A is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 74 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.27 |
| HSL | 340.73º | 0.8% | 0.41% | - |
| HSV(B) | 340.73º | 0.89% | 0.73% | - |
| XYZ | 21.75 | 11.47 | 7.55 | - |
| YUV | 76.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 74 | 0 | 0.89 | 0.60 | 0.27 | 340.73 | 0.8 | 0.41 |
| Hex | BA | 15 | 4A | 0 | 59 | 3C | 1B | 155 | 50 | 29 |
| Octal | 272 | 25 | 112 | 0 | 131 | 74 | 33 | 525 | 120 | 51 |
| Binary | 10111010 | 10101 | 1001010 | 0 | 1011001 | 111100 | 11011 | 101010101 | 1010000 | 101001 |
Color Harmonies of #BA154A
Complementary color
Monochromatic Colors of #BA154A
Black with #BA154A
Text Example
Text Example
White with #BA154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA154A; }
p { color: rgb(186,21,74); }
H1.HeaderClassName
{
color: #BA154A;
}
.AnyTagClassName
{
color: #BA154A;
}
</style>
background-color css
<style>
a { background-color: #BA154A; }
a { background-color: rgb(186,21,74); }
div.DivClassName
{
background-color: #BA154A;
}
.BgClassName
{
background-color: #BA154A;
}
</style>
border-color css
<style>
span { border-color: #BA154A; }
span { border-color: rgb(186,21,74); }
td.TdClassName
{
border-color: #BA154A;
}
.TagClassName
{
border-color: #BA154A;
}
</style>