Shades of Cardinal #BA1234
Tints of Cardinal #BA1234
RGB
CMYK
RGB Variations
Color information
#BA1234 (or 0xBA1234) is known color: Cardinal. HEX triplet: BA, 12 and 34. RGB value is (186,18,52). Sum of RGB (Red+Green+Blue) = 186+18+52=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1234 is #45EDCB. Grayscale: #484848. Windows color (decimal): -4582860 or 3412666. OLE color: 3412666.
HSL color Cylindrical-coordinate representation of color #BA1234: hue angle of 347.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1234 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 52 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.27 |
| HSL | 347.86º | 0.82% | 0.4% | - |
| HSV(B) | 347.86º | 0.9% | 0.73% | - |
| XYZ | 21.09 | 11.12 | 4.28 | - |
| YUV | 72.11 | 116.66 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 52 | 0 | 0.90 | 0.72 | 0.27 | 347.86 | 0.82 | 0.4 |
| Hex | BA | 12 | 34 | 0 | 5A | 48 | 1B | 15C | 52 | 28 |
| Octal | 272 | 22 | 64 | 0 | 132 | 110 | 33 | 534 | 122 | 50 |
| Binary | 10111010 | 10010 | 110100 | 0 | 1011010 | 1001000 | 11011 | 101011100 | 1010010 | 101000 |
Color Harmonies of #BA1234
Complementary color
Monochromatic Colors of #BA1234
Black with #BA1234
Text Example
Text Example
White with #BA1234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1234; }
p { color: rgb(186,18,52); }
H1.HeaderClassName
{
color: #BA1234;
}
.AnyTagClassName
{
color: #BA1234;
}
</style>
background-color css
<style>
a { background-color: #BA1234; }
a { background-color: rgb(186,18,52); }
div.DivClassName
{
background-color: #BA1234;
}
.BgClassName
{
background-color: #BA1234;
}
</style>
border-color css
<style>
span { border-color: #BA1234; }
span { border-color: rgb(186,18,52); }
td.TdClassName
{
border-color: #BA1234;
}
.TagClassName
{
border-color: #BA1234;
}
</style>