Shades of Cardinal #BA092E
Tints of Cardinal #BA092E
RGB
CMYK
RGB Variations
Color information
#BA092E (or 0xBA092E) is known color: Cardinal. HEX triplet: BA, 09 and 2E. RGB value is (186,9,46). Sum of RGB (Red+Green+Blue) = 186+9+46=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA092E is #45F6D1. Grayscale: #424242. Windows color (decimal): -4585170 or 3017146. OLE color: 3017146.
HSL color Cylindrical-coordinate representation of color #BA092E: hue angle of 347.46º 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 #BA092E is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 46 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.27 |
| HSL | 347.46º | 0.91% | 0.38% | - |
| HSV(B) | 347.46º | 0.95% | 0.73% | - |
| XYZ | 20.84 | 10.83 | 3.58 | - |
| YUV | 66.14 | 116.64 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 46 | 0 | 0.95 | 0.75 | 0.27 | 347.46 | 0.91 | 0.38 |
| Hex | BA | 9 | 2E | 0 | 5F | 4B | 1B | 15B | 5B | 26 |
| Octal | 272 | 11 | 56 | 0 | 137 | 113 | 33 | 533 | 133 | 46 |
| Binary | 10111010 | 1001 | 101110 | 0 | 1011111 | 1001011 | 11011 | 101011011 | 1011011 | 100110 |
Color Harmonies of #BA092E
Complementary color
Monochromatic Colors of #BA092E
Black with #BA092E
Text Example
Text Example
White with #BA092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA092E; }
p { color: rgb(186,9,46); }
H1.HeaderClassName
{
color: #BA092E;
}
.AnyTagClassName
{
color: #BA092E;
}
</style>
background-color css
<style>
a { background-color: #BA092E; }
a { background-color: rgb(186,9,46); }
div.DivClassName
{
background-color: #BA092E;
}
.BgClassName
{
background-color: #BA092E;
}
</style>
border-color css
<style>
span { border-color: #BA092E; }
span { border-color: rgb(186,9,46); }
td.TdClassName
{
border-color: #BA092E;
}
.TagClassName
{
border-color: #BA092E;
}
</style>