Shades of Cardinal #BA092B
Tints of Cardinal #BA092B
RGB
CMYK
RGB Variations
Color information
#BA092B (or 0xBA092B) is known color: Cardinal. HEX triplet: BA, 09 and 2B. RGB value is (186,9,43). Sum of RGB (Red+Green+Blue) = 186+9+43=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA092B is #45F6D4. Grayscale: #414141. Windows color (decimal): -4585173 or 2820538. OLE color: 2820538.
HSL color Cylindrical-coordinate representation of color #BA092B: hue angle of 348.47º 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 #BA092B is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 43 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.27 |
| HSL | 348.47º | 0.91% | 0.38% | - |
| HSV(B) | 348.47º | 0.95% | 0.73% | - |
| XYZ | 20.78 | 10.81 | 3.28 | - |
| YUV | 65.8 | 115.14 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 43 | 0 | 0.95 | 0.77 | 0.27 | 348.47 | 0.91 | 0.38 |
| Hex | BA | 9 | 2B | 0 | 5F | 4D | 1B | 15C | 5B | 26 |
| Octal | 272 | 11 | 53 | 0 | 137 | 115 | 33 | 534 | 133 | 46 |
| Binary | 10111010 | 1001 | 101011 | 0 | 1011111 | 1001101 | 11011 | 101011100 | 1011011 | 100110 |
Color Harmonies of #BA092B
Complementary color
Monochromatic Colors of #BA092B
Black with #BA092B
Text Example
Text Example
White with #BA092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA092B; }
p { color: rgb(186,9,43); }
H1.HeaderClassName
{
color: #BA092B;
}
.AnyTagClassName
{
color: #BA092B;
}
</style>
background-color css
<style>
a { background-color: #BA092B; }
a { background-color: rgb(186,9,43); }
div.DivClassName
{
background-color: #BA092B;
}
.BgClassName
{
background-color: #BA092B;
}
</style>
border-color css
<style>
span { border-color: #BA092B; }
span { border-color: rgb(186,9,43); }
td.TdClassName
{
border-color: #BA092B;
}
.TagClassName
{
border-color: #BA092B;
}
</style>