Shades of Cardinal #BA1038
Tints of Cardinal #BA1038
RGB
CMYK
RGB Variations
Color information
#BA1038 (or 0xBA1038) is known color: Cardinal. HEX triplet: BA, 10 and 38. RGB value is (186,16,56). Sum of RGB (Red+Green+Blue) = 186+16+56=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1038 is #45EFC7. Grayscale: #474747. Windows color (decimal): -4583368 or 3674298. OLE color: 3674298.
HSL color Cylindrical-coordinate representation of color #BA1038: hue angle of 345.88º 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 #BA1038 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 56 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.27 |
| HSL | 345.88º | 0.84% | 0.4% | - |
| HSV(B) | 345.88º | 0.91% | 0.73% | - |
| XYZ | 21.15 | 11.1 | 4.77 | - |
| YUV | 71.39 | 119.32 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 56 | 0 | 0.91 | 0.70 | 0.27 | 345.88 | 0.84 | 0.4 |
| Hex | BA | 10 | 38 | 0 | 5B | 46 | 1B | 15A | 54 | 28 |
| Octal | 272 | 20 | 70 | 0 | 133 | 106 | 33 | 532 | 124 | 50 |
| Binary | 10111010 | 10000 | 111000 | 0 | 1011011 | 1000110 | 11011 | 101011010 | 1010100 | 101000 |
Color Harmonies of #BA1038
Complementary color
Monochromatic Colors of #BA1038
Black with #BA1038
Text Example
Text Example
White with #BA1038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1038; }
p { color: rgb(186,16,56); }
H1.HeaderClassName
{
color: #BA1038;
}
.AnyTagClassName
{
color: #BA1038;
}
</style>
background-color css
<style>
a { background-color: #BA1038; }
a { background-color: rgb(186,16,56); }
div.DivClassName
{
background-color: #BA1038;
}
.BgClassName
{
background-color: #BA1038;
}
</style>
border-color css
<style>
span { border-color: #BA1038; }
span { border-color: rgb(186,16,56); }
td.TdClassName
{
border-color: #BA1038;
}
.TagClassName
{
border-color: #BA1038;
}
</style>