Shades of Cardinal #BA144D
Tints of Cardinal #BA144D
RGB
CMYK
RGB Variations
Color information
#BA144D (or 0xBA144D) is known color: Cardinal. HEX triplet: BA, 14 and 4D. RGB value is (186,20,77). Sum of RGB (Red+Green+Blue) = 186+20+77=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA144D is #45EBB2. Grayscale: #4C4C4C. Windows color (decimal): -4582323 or 5051578. OLE color: 5051578.
HSL color Cylindrical-coordinate representation of color #BA144D: hue angle of 339.4º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA144D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 77 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.27 |
| HSL | 339.4º | 0.81% | 0.4% | - |
| HSV(B) | 339.4º | 0.89% | 0.73% | - |
| XYZ | 21.84 | 11.48 | 8.09 | - |
| YUV | 76.13 | 128.5 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 77 | 0 | 0.89 | 0.59 | 0.27 | 339.4 | 0.81 | 0.4 |
| Hex | BA | 14 | 4D | 0 | 59 | 3B | 1B | 153 | 51 | 28 |
| Octal | 272 | 24 | 115 | 0 | 131 | 73 | 33 | 523 | 121 | 50 |
| Binary | 10111010 | 10100 | 1001101 | 0 | 1011001 | 111011 | 11011 | 101010011 | 1010001 | 101000 |
Color Harmonies of #BA144D
Complementary color
Monochromatic Colors of #BA144D
Black with #BA144D
Text Example
Text Example
White with #BA144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA144D; }
p { color: rgb(186,20,77); }
H1.HeaderClassName
{
color: #BA144D;
}
.AnyTagClassName
{
color: #BA144D;
}
</style>
background-color css
<style>
a { background-color: #BA144D; }
a { background-color: rgb(186,20,77); }
div.DivClassName
{
background-color: #BA144D;
}
.BgClassName
{
background-color: #BA144D;
}
</style>
border-color css
<style>
span { border-color: #BA144D; }
span { border-color: rgb(186,20,77); }
td.TdClassName
{
border-color: #BA144D;
}
.TagClassName
{
border-color: #BA144D;
}
</style>