Shades of Cardinal #BA164D
Tints of Cardinal #BA164D
RGB
CMYK
RGB Variations
Color information
#BA164D (or 0xBA164D) is known color: Cardinal. HEX triplet: BA, 16 and 4D. RGB value is (186,22,77). Sum of RGB (Red+Green+Blue) = 186+22+77=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA164D is #45E9B2. Grayscale: #4D4D4D. Windows color (decimal): -4581811 or 5052090. OLE color: 5052090.
HSL color Cylindrical-coordinate representation of color #BA164D: hue angle of 339.88º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA164D is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 77 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.27 |
| HSL | 339.88º | 0.79% | 0.41% | - |
| HSV(B) | 339.88º | 0.88% | 0.73% | - |
| XYZ | 21.88 | 11.55 | 8.1 | - |
| YUV | 77.31 | 127.83 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 77 | 0 | 0.88 | 0.59 | 0.27 | 339.88 | 0.79 | 0.41 |
| Hex | BA | 16 | 4D | 0 | 58 | 3B | 1B | 154 | 4F | 29 |
| Octal | 272 | 26 | 115 | 0 | 130 | 73 | 33 | 524 | 117 | 51 |
| Binary | 10111010 | 10110 | 1001101 | 0 | 1011000 | 111011 | 11011 | 101010100 | 1001111 | 101001 |
Color Harmonies of #BA164D
Complementary color
Monochromatic Colors of #BA164D
Black with #BA164D
Text Example
Text Example
White with #BA164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA164D; }
p { color: rgb(186,22,77); }
H1.HeaderClassName
{
color: #BA164D;
}
.AnyTagClassName
{
color: #BA164D;
}
</style>
background-color css
<style>
a { background-color: #BA164D; }
a { background-color: rgb(186,22,77); }
div.DivClassName
{
background-color: #BA164D;
}
.BgClassName
{
background-color: #BA164D;
}
</style>
border-color css
<style>
span { border-color: #BA164D; }
span { border-color: rgb(186,22,77); }
td.TdClassName
{
border-color: #BA164D;
}
.TagClassName
{
border-color: #BA164D;
}
</style>