Shades of Cardinal #BA013E
Tints of Cardinal #BA013E
RGB
CMYK
RGB Variations
Color information
#BA013E (or 0xBA013E) is known color: Cardinal. HEX triplet: BA, 01 and 3E. RGB value is (186,1,62). Sum of RGB (Red+Green+Blue) = 186+1+62=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA013E is #45FEC1. Grayscale: #3F3F3F. Windows color (decimal): -4587202 or 4063674. OLE color: 4063674.
HSL color Cylindrical-coordinate representation of color #BA013E: hue angle of 340.22º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA013E is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.27 |
| HSL | 340.22º | 0.99% | 0.37% | - |
| HSV(B) | 340.22º | 0.99% | 0.73% | - |
| XYZ | 21.13 | 10.81 | 5.53 | - |
| YUV | 63.27 | 127.29 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 62 | 0 | 0.99 | 0.67 | 0.27 | 340.22 | 0.99 | 0.37 |
| Hex | BA | 1 | 3E | 0 | 63 | 43 | 1B | 154 | 63 | 25 |
| Octal | 272 | 1 | 76 | 0 | 143 | 103 | 33 | 524 | 143 | 45 |
| Binary | 10111010 | 1 | 111110 | 0 | 1100011 | 1000011 | 11011 | 101010100 | 1100011 | 100101 |
Color Harmonies of #BA013E
Complementary color
Monochromatic Colors of #BA013E
Black with #BA013E
Text Example
Text Example
White with #BA013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA013E; }
p { color: rgb(186,1,62); }
H1.HeaderClassName
{
color: #BA013E;
}
.AnyTagClassName
{
color: #BA013E;
}
</style>
background-color css
<style>
a { background-color: #BA013E; }
a { background-color: rgb(186,1,62); }
div.DivClassName
{
background-color: #BA013E;
}
.BgClassName
{
background-color: #BA013E;
}
</style>
border-color css
<style>
span { border-color: #BA013E; }
span { border-color: rgb(186,1,62); }
td.TdClassName
{
border-color: #BA013E;
}
.TagClassName
{
border-color: #BA013E;
}
</style>