Shades of Cardinal #BA1644
Tints of Cardinal #BA1644
RGB
CMYK
RGB Variations
Color information
#BA1644 (or 0xBA1644) is known color: Cardinal. HEX triplet: BA, 16 and 44. RGB value is (186,22,68). Sum of RGB (Red+Green+Blue) = 186+22+68=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1644 is #45E9BB. Grayscale: #4C4C4C. Windows color (decimal): -4581820 or 4462266. OLE color: 4462266.
HSL color Cylindrical-coordinate representation of color #BA1644: hue angle of 343.17º 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 #BA1644 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 68 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.27 |
| HSL | 343.17º | 0.79% | 0.41% | - |
| HSV(B) | 343.17º | 0.88% | 0.73% | - |
| XYZ | 21.58 | 11.43 | 6.54 | - |
| YUV | 76.28 | 123.33 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 68 | 0 | 0.88 | 0.63 | 0.27 | 343.17 | 0.79 | 0.41 |
| Hex | BA | 16 | 44 | 0 | 58 | 3F | 1B | 157 | 4F | 29 |
| Octal | 272 | 26 | 104 | 0 | 130 | 77 | 33 | 527 | 117 | 51 |
| Binary | 10111010 | 10110 | 1000100 | 0 | 1011000 | 111111 | 11011 | 101010111 | 1001111 | 101001 |
Color Harmonies of #BA1644
Complementary color
Monochromatic Colors of #BA1644
Black with #BA1644
Text Example
Text Example
White with #BA1644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1644; }
p { color: rgb(186,22,68); }
H1.HeaderClassName
{
color: #BA1644;
}
.AnyTagClassName
{
color: #BA1644;
}
</style>
background-color css
<style>
a { background-color: #BA1644; }
a { background-color: rgb(186,22,68); }
div.DivClassName
{
background-color: #BA1644;
}
.BgClassName
{
background-color: #BA1644;
}
</style>
border-color css
<style>
span { border-color: #BA1644; }
span { border-color: rgb(186,22,68); }
td.TdClassName
{
border-color: #BA1644;
}
.TagClassName
{
border-color: #BA1644;
}
</style>