Shades of Cardinal #BA043B
Tints of Cardinal #BA043B
RGB
CMYK
RGB Variations
Color information
#BA043B (or 0xBA043B) is known color: Cardinal. HEX triplet: BA, 04 and 3B. RGB value is (186,4,59). Sum of RGB (Red+Green+Blue) = 186+4+59=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA043B is #45FBC4. Grayscale: #404040. Windows color (decimal): -4586437 or 3867834. OLE color: 3867834.
HSL color Cylindrical-coordinate representation of color #BA043B: hue angle of 341.87º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA043B is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 59 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.27 |
| HSL | 341.87º | 0.96% | 0.37% | - |
| HSV(B) | 341.87º | 0.98% | 0.73% | - |
| XYZ | 21.08 | 10.84 | 5.12 | - |
| YUV | 64.69 | 124.8 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 59 | 0 | 0.98 | 0.68 | 0.27 | 341.87 | 0.96 | 0.37 |
| Hex | BA | 4 | 3B | 0 | 62 | 44 | 1B | 156 | 60 | 25 |
| Octal | 272 | 4 | 73 | 0 | 142 | 104 | 33 | 526 | 140 | 45 |
| Binary | 10111010 | 100 | 111011 | 0 | 1100010 | 1000100 | 11011 | 101010110 | 1100000 | 100101 |
Color Harmonies of #BA043B
Complementary color
Monochromatic Colors of #BA043B
Black with #BA043B
Text Example
Text Example
White with #BA043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA043B; }
p { color: rgb(186,4,59); }
H1.HeaderClassName
{
color: #BA043B;
}
.AnyTagClassName
{
color: #BA043B;
}
</style>
background-color css
<style>
a { background-color: #BA043B; }
a { background-color: rgb(186,4,59); }
div.DivClassName
{
background-color: #BA043B;
}
.BgClassName
{
background-color: #BA043B;
}
</style>
border-color css
<style>
span { border-color: #BA043B; }
span { border-color: rgb(186,4,59); }
td.TdClassName
{
border-color: #BA043B;
}
.TagClassName
{
border-color: #BA043B;
}
</style>