Shades of Cardinal #BA112A
Tints of Cardinal #BA112A
RGB
CMYK
RGB Variations
Color information
#BA112A (or 0xBA112A) is known color: Cardinal. HEX triplet: BA, 11 and 2A. RGB value is (186,17,42). Sum of RGB (Red+Green+Blue) = 186+17+42=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA112A is #45EED5. Grayscale: #464646. Windows color (decimal): -4583126 or 2757050. OLE color: 2757050.
HSL color Cylindrical-coordinate representation of color #BA112A: hue angle of 351.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA112A is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 42 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.27 |
| HSL | 351.12º | 0.83% | 0.4% | - |
| HSV(B) | 351.12º | 0.91% | 0.73% | - |
| XYZ | 20.87 | 11.01 | 3.22 | - |
| YUV | 70.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 42 | 0 | 0.91 | 0.77 | 0.27 | 351.12 | 0.83 | 0.4 |
| Hex | BA | 11 | 2A | 0 | 5B | 4D | 1B | 15F | 53 | 28 |
| Octal | 272 | 21 | 52 | 0 | 133 | 115 | 33 | 537 | 123 | 50 |
| Binary | 10111010 | 10001 | 101010 | 0 | 1011011 | 1001101 | 11011 | 101011111 | 1010011 | 101000 |
Color Harmonies of #BA112A
Complementary color
Monochromatic Colors of #BA112A
Black with #BA112A
Text Example
Text Example
White with #BA112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA112A; }
p { color: rgb(186,17,42); }
H1.HeaderClassName
{
color: #BA112A;
}
.AnyTagClassName
{
color: #BA112A;
}
</style>
background-color css
<style>
a { background-color: #BA112A; }
a { background-color: rgb(186,17,42); }
div.DivClassName
{
background-color: #BA112A;
}
.BgClassName
{
background-color: #BA112A;
}
</style>
border-color css
<style>
span { border-color: #BA112A; }
span { border-color: rgb(186,17,42); }
td.TdClassName
{
border-color: #BA112A;
}
.TagClassName
{
border-color: #BA112A;
}
</style>