Shades of Cardinal #BA2144
Tints of Cardinal #BA2144
RGB
CMYK
RGB Variations
Color information
#BA2144 (or 0xBA2144) is known color: Cardinal. HEX triplet: BA, 21 and 44. RGB value is (186,33,68). Sum of RGB (Red+Green+Blue) = 186+33+68=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2144 is #45DEBB. Grayscale: #525252. Windows color (decimal): -4579004 or 4465082. OLE color: 4465082.
HSL color Cylindrical-coordinate representation of color #BA2144: hue angle of 346.27º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2144 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 68 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.27 |
| HSL | 346.27º | 0.7% | 0.43% | - |
| HSV(B) | 346.27º | 0.82% | 0.73% | - |
| XYZ | 21.84 | 11.94 | 6.62 | - |
| YUV | 82.74 | 119.69 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 68 | 0 | 0.82 | 0.63 | 0.27 | 346.27 | 0.7 | 0.43 |
| Hex | BA | 21 | 44 | 0 | 52 | 3F | 1B | 15A | 46 | 2B |
| Octal | 272 | 41 | 104 | 0 | 122 | 77 | 33 | 532 | 106 | 53 |
| Binary | 10111010 | 100001 | 1000100 | 0 | 1010010 | 111111 | 11011 | 101011010 | 1000110 | 101011 |
Color Harmonies of #BA2144
Complementary color
Monochromatic Colors of #BA2144
Black with #BA2144
Text Example
Text Example
White with #BA2144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2144; }
p { color: rgb(186,33,68); }
H1.HeaderClassName
{
color: #BA2144;
}
.AnyTagClassName
{
color: #BA2144;
}
</style>
background-color css
<style>
a { background-color: #BA2144; }
a { background-color: rgb(186,33,68); }
div.DivClassName
{
background-color: #BA2144;
}
.BgClassName
{
background-color: #BA2144;
}
</style>
border-color css
<style>
span { border-color: #BA2144; }
span { border-color: rgb(186,33,68); }
td.TdClassName
{
border-color: #BA2144;
}
.TagClassName
{
border-color: #BA2144;
}
</style>