Shades of Cardinal #BA1036
Tints of Cardinal #BA1036
RGB
CMYK
RGB Variations
Color information
#BA1036 (or 0xBA1036) is known color: Cardinal. HEX triplet: BA, 10 and 36. RGB value is (186,16,54). Sum of RGB (Red+Green+Blue) = 186+16+54=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1036 is #45EFC9. Grayscale: #474747. Windows color (decimal): -4583370 or 3543226. OLE color: 3543226.
HSL color Cylindrical-coordinate representation of color #BA1036: hue angle of 346.59º degrees, saturation: 0.84, 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 #BA1036 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 54 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.27 |
| HSL | 346.59º | 0.84% | 0.4% | - |
| HSV(B) | 346.59º | 0.91% | 0.73% | - |
| XYZ | 21.1 | 11.08 | 4.52 | - |
| YUV | 71.16 | 118.32 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 54 | 0 | 0.91 | 0.71 | 0.27 | 346.59 | 0.84 | 0.4 |
| Hex | BA | 10 | 36 | 0 | 5B | 47 | 1B | 15B | 54 | 28 |
| Octal | 272 | 20 | 66 | 0 | 133 | 107 | 33 | 533 | 124 | 50 |
| Binary | 10111010 | 10000 | 110110 | 0 | 1011011 | 1000111 | 11011 | 101011011 | 1010100 | 101000 |
Color Harmonies of #BA1036
Complementary color
Monochromatic Colors of #BA1036
Black with #BA1036
Text Example
Text Example
White with #BA1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1036; }
p { color: rgb(186,16,54); }
H1.HeaderClassName
{
color: #BA1036;
}
.AnyTagClassName
{
color: #BA1036;
}
</style>
background-color css
<style>
a { background-color: #BA1036; }
a { background-color: rgb(186,16,54); }
div.DivClassName
{
background-color: #BA1036;
}
.BgClassName
{
background-color: #BA1036;
}
</style>
border-color css
<style>
span { border-color: #BA1036; }
span { border-color: rgb(186,16,54); }
td.TdClassName
{
border-color: #BA1036;
}
.TagClassName
{
border-color: #BA1036;
}
</style>