Shades of Cardinal #BA1137
Tints of Cardinal #BA1137
RGB
CMYK
RGB Variations
Color information
#BA1137 (or 0xBA1137) is known color: Cardinal. HEX triplet: BA, 11 and 37. RGB value is (186,17,55). Sum of RGB (Red+Green+Blue) = 186+17+55=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1137 is #45EEC8. Grayscale: #474747. Windows color (decimal): -4583113 or 3609018. OLE color: 3609018.
HSL color Cylindrical-coordinate representation of color #BA1137: hue angle of 346.51º 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 #BA1137 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 55 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.27 |
| HSL | 346.51º | 0.83% | 0.4% | - |
| HSV(B) | 346.51º | 0.91% | 0.73% | - |
| XYZ | 21.14 | 11.12 | 4.65 | - |
| YUV | 71.86 | 118.49 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 55 | 0 | 0.91 | 0.70 | 0.27 | 346.51 | 0.83 | 0.4 |
| Hex | BA | 11 | 37 | 0 | 5B | 46 | 1B | 15B | 53 | 28 |
| Octal | 272 | 21 | 67 | 0 | 133 | 106 | 33 | 533 | 123 | 50 |
| Binary | 10111010 | 10001 | 110111 | 0 | 1011011 | 1000110 | 11011 | 101011011 | 1010011 | 101000 |
Color Harmonies of #BA1137
Complementary color
Monochromatic Colors of #BA1137
Black with #BA1137
Text Example
Text Example
White with #BA1137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1137; }
p { color: rgb(186,17,55); }
H1.HeaderClassName
{
color: #BA1137;
}
.AnyTagClassName
{
color: #BA1137;
}
</style>
background-color css
<style>
a { background-color: #BA1137; }
a { background-color: rgb(186,17,55); }
div.DivClassName
{
background-color: #BA1137;
}
.BgClassName
{
background-color: #BA1137;
}
</style>
border-color css
<style>
span { border-color: #BA1137; }
span { border-color: rgb(186,17,55); }
td.TdClassName
{
border-color: #BA1137;
}
.TagClassName
{
border-color: #BA1137;
}
</style>