Shades of Cardinal #BA122D
Tints of Cardinal #BA122D
RGB
CMYK
RGB Variations
Color information
#BA122D (or 0xBA122D) is known color: Cardinal. HEX triplet: BA, 12 and 2D. RGB value is (186,18,45). Sum of RGB (Red+Green+Blue) = 186+18+45=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA122D is #45EDD2. Grayscale: #474747. Windows color (decimal): -4582867 or 2953914. OLE color: 2953914.
HSL color Cylindrical-coordinate representation of color #BA122D: hue angle of 350.36º 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 #BA122D is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 45 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.27 |
| HSL | 350.36º | 0.82% | 0.4% | - |
| HSV(B) | 350.36º | 0.9% | 0.73% | - |
| XYZ | 20.94 | 11.06 | 3.51 | - |
| YUV | 71.31 | 113.16 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 45 | 0 | 0.90 | 0.76 | 0.27 | 350.36 | 0.82 | 0.4 |
| Hex | BA | 12 | 2D | 0 | 5A | 4C | 1B | 15E | 52 | 28 |
| Octal | 272 | 22 | 55 | 0 | 132 | 114 | 33 | 536 | 122 | 50 |
| Binary | 10111010 | 10010 | 101101 | 0 | 1011010 | 1001100 | 11011 | 101011110 | 1010010 | 101000 |
Color Harmonies of #BA122D
Complementary color
Monochromatic Colors of #BA122D
Black with #BA122D
Text Example
Text Example
White with #BA122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA122D; }
p { color: rgb(186,18,45); }
H1.HeaderClassName
{
color: #BA122D;
}
.AnyTagClassName
{
color: #BA122D;
}
</style>
background-color css
<style>
a { background-color: #BA122D; }
a { background-color: rgb(186,18,45); }
div.DivClassName
{
background-color: #BA122D;
}
.BgClassName
{
background-color: #BA122D;
}
</style>
border-color css
<style>
span { border-color: #BA122D; }
span { border-color: rgb(186,18,45); }
td.TdClassName
{
border-color: #BA122D;
}
.TagClassName
{
border-color: #BA122D;
}
</style>