Shades of Cardinal #BA122E
Tints of Cardinal #BA122E
RGB
CMYK
RGB Variations
Color information
#BA122E (or 0xBA122E) is known color: Cardinal. HEX triplet: BA, 12 and 2E. RGB value is (186,18,46). Sum of RGB (Red+Green+Blue) = 186+18+46=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA122E is #45EDD1. Grayscale: #474747. Windows color (decimal): -4582866 or 3019450. OLE color: 3019450.
HSL color Cylindrical-coordinate representation of color #BA122E: hue angle of 350º 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 #BA122E is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 46 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.27 |
| HSL | 350º | 0.82% | 0.4% | - |
| HSV(B) | 350º | 0.9% | 0.73% | - |
| XYZ | 20.96 | 11.07 | 3.62 | - |
| YUV | 71.42 | 113.66 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 46 | 0 | 0.90 | 0.75 | 0.27 | 350 | 0.82 | 0.4 |
| Hex | BA | 12 | 2E | 0 | 5A | 4B | 1B | 15E | 52 | 28 |
| Octal | 272 | 22 | 56 | 0 | 132 | 113 | 33 | 536 | 122 | 50 |
| Binary | 10111010 | 10010 | 101110 | 0 | 1011010 | 1001011 | 11011 | 101011110 | 1010010 | 101000 |
Color Harmonies of #BA122E
Complementary color
Monochromatic Colors of #BA122E
Black with #BA122E
Text Example
Text Example
White with #BA122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA122E; }
p { color: rgb(186,18,46); }
H1.HeaderClassName
{
color: #BA122E;
}
.AnyTagClassName
{
color: #BA122E;
}
</style>
background-color css
<style>
a { background-color: #BA122E; }
a { background-color: rgb(186,18,46); }
div.DivClassName
{
background-color: #BA122E;
}
.BgClassName
{
background-color: #BA122E;
}
</style>
border-color css
<style>
span { border-color: #BA122E; }
span { border-color: rgb(186,18,46); }
td.TdClassName
{
border-color: #BA122E;
}
.TagClassName
{
border-color: #BA122E;
}
</style>