Shades of Cardinal #BA122C
Tints of Cardinal #BA122C
RGB
CMYK
RGB Variations
Color information
#BA122C (or 0xBA122C) is known color: Cardinal. HEX triplet: BA, 12 and 2C. RGB value is (186,18,44). Sum of RGB (Red+Green+Blue) = 186+18+44=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA122C is #45EDD3. Grayscale: #474747. Windows color (decimal): -4582868 or 2888378. OLE color: 2888378.
HSL color Cylindrical-coordinate representation of color #BA122C: hue angle of 350.71º 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 #BA122C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 44 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.27 |
| HSL | 350.71º | 0.82% | 0.4% | - |
| HSV(B) | 350.71º | 0.9% | 0.73% | - |
| XYZ | 20.92 | 11.05 | 3.41 | - |
| YUV | 71.2 | 112.66 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 44 | 0 | 0.90 | 0.76 | 0.27 | 350.71 | 0.82 | 0.4 |
| Hex | BA | 12 | 2C | 0 | 5A | 4C | 1B | 15F | 52 | 28 |
| Octal | 272 | 22 | 54 | 0 | 132 | 114 | 33 | 537 | 122 | 50 |
| Binary | 10111010 | 10010 | 101100 | 0 | 1011010 | 1001100 | 11011 | 101011111 | 1010010 | 101000 |
Color Harmonies of #BA122C
Complementary color
Monochromatic Colors of #BA122C
Black with #BA122C
Text Example
Text Example
White with #BA122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA122C; }
p { color: rgb(186,18,44); }
H1.HeaderClassName
{
color: #BA122C;
}
.AnyTagClassName
{
color: #BA122C;
}
</style>
background-color css
<style>
a { background-color: #BA122C; }
a { background-color: rgb(186,18,44); }
div.DivClassName
{
background-color: #BA122C;
}
.BgClassName
{
background-color: #BA122C;
}
</style>
border-color css
<style>
span { border-color: #BA122C; }
span { border-color: rgb(186,18,44); }
td.TdClassName
{
border-color: #BA122C;
}
.TagClassName
{
border-color: #BA122C;
}
</style>