Shades of Cardinal #BA122A
Tints of Cardinal #BA122A
RGB
CMYK
RGB Variations
Color information
#BA122A (or 0xBA122A) is known color: Cardinal. HEX triplet: BA, 12 and 2A. RGB value is (186,18,42). Sum of RGB (Red+Green+Blue) = 186+18+42=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA122A is #45EDD5. Grayscale: #474747. Windows color (decimal): -4582870 or 2757306. OLE color: 2757306.
HSL color Cylindrical-coordinate representation of color #BA122A: hue angle of 351.43º 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 #BA122A is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 42 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.27 |
| HSL | 351.43º | 0.82% | 0.4% | - |
| HSV(B) | 351.43º | 0.9% | 0.73% | - |
| XYZ | 20.88 | 11.04 | 3.22 | - |
| YUV | 70.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 42 | 0 | 0.90 | 0.77 | 0.27 | 351.43 | 0.82 | 0.4 |
| Hex | BA | 12 | 2A | 0 | 5A | 4D | 1B | 15F | 52 | 28 |
| Octal | 272 | 22 | 52 | 0 | 132 | 115 | 33 | 537 | 122 | 50 |
| Binary | 10111010 | 10010 | 101010 | 0 | 1011010 | 1001101 | 11011 | 101011111 | 1010010 | 101000 |
Color Harmonies of #BA122A
Complementary color
Monochromatic Colors of #BA122A
Black with #BA122A
Text Example
Text Example
White with #BA122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA122A; }
p { color: rgb(186,18,42); }
H1.HeaderClassName
{
color: #BA122A;
}
.AnyTagClassName
{
color: #BA122A;
}
</style>
background-color css
<style>
a { background-color: #BA122A; }
a { background-color: rgb(186,18,42); }
div.DivClassName
{
background-color: #BA122A;
}
.BgClassName
{
background-color: #BA122A;
}
</style>
border-color css
<style>
span { border-color: #BA122A; }
span { border-color: rgb(186,18,42); }
td.TdClassName
{
border-color: #BA122A;
}
.TagClassName
{
border-color: #BA122A;
}
</style>