Shades of Cardinal #BA093E
Tints of Cardinal #BA093E
RGB
CMYK
RGB Variations
Color information
#BA093E (or 0xBA093E) is known color: Cardinal. HEX triplet: BA, 09 and 3E. RGB value is (186,9,62). Sum of RGB (Red+Green+Blue) = 186+9+62=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA093E is #45F6C1. Grayscale: #434343. Windows color (decimal): -4585154 or 4065722. OLE color: 4065722.
HSL color Cylindrical-coordinate representation of color #BA093E: hue angle of 342.03º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA093E is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 62 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.27 |
| HSL | 342.03º | 0.91% | 0.38% | - |
| HSV(B) | 342.03º | 0.95% | 0.73% | - |
| XYZ | 21.22 | 10.98 | 5.56 | - |
| YUV | 67.97 | 124.64 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 62 | 0 | 0.95 | 0.67 | 0.27 | 342.03 | 0.91 | 0.38 |
| Hex | BA | 9 | 3E | 0 | 5F | 43 | 1B | 156 | 5B | 26 |
| Octal | 272 | 11 | 76 | 0 | 137 | 103 | 33 | 526 | 133 | 46 |
| Binary | 10111010 | 1001 | 111110 | 0 | 1011111 | 1000011 | 11011 | 101010110 | 1011011 | 100110 |
Color Harmonies of #BA093E
Complementary color
Monochromatic Colors of #BA093E
Black with #BA093E
Text Example
Text Example
White with #BA093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA093E; }
p { color: rgb(186,9,62); }
H1.HeaderClassName
{
color: #BA093E;
}
.AnyTagClassName
{
color: #BA093E;
}
</style>
background-color css
<style>
a { background-color: #BA093E; }
a { background-color: rgb(186,9,62); }
div.DivClassName
{
background-color: #BA093E;
}
.BgClassName
{
background-color: #BA093E;
}
</style>
border-color css
<style>
span { border-color: #BA093E; }
span { border-color: rgb(186,9,62); }
td.TdClassName
{
border-color: #BA093E;
}
.TagClassName
{
border-color: #BA093E;
}
</style>