Shades of Cardinal #BA072E
Tints of Cardinal #BA072E
RGB
CMYK
RGB Variations
Color information
#BA072E (or 0xBA072E) is known color: Cardinal. HEX triplet: BA, 07 and 2E. RGB value is (186,7,46). Sum of RGB (Red+Green+Blue) = 186+7+46=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA072E is #45F8D1. Grayscale: #404040. Windows color (decimal): -4585682 or 3016634. OLE color: 3016634.
HSL color Cylindrical-coordinate representation of color #BA072E: hue angle of 346.93º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA072E is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 46 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.27 |
| HSL | 346.93º | 0.93% | 0.38% | - |
| HSV(B) | 346.93º | 0.96% | 0.73% | - |
| XYZ | 20.82 | 10.79 | 3.57 | - |
| YUV | 64.97 | 117.3 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 46 | 0 | 0.96 | 0.75 | 0.27 | 346.93 | 0.93 | 0.38 |
| Hex | BA | 7 | 2E | 0 | 60 | 4B | 1B | 15B | 5D | 26 |
| Octal | 272 | 7 | 56 | 0 | 140 | 113 | 33 | 533 | 135 | 46 |
| Binary | 10111010 | 111 | 101110 | 0 | 1100000 | 1001011 | 11011 | 101011011 | 1011101 | 100110 |
Color Harmonies of #BA072E
Complementary color
Monochromatic Colors of #BA072E
Black with #BA072E
Text Example
Text Example
White with #BA072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA072E; }
p { color: rgb(186,7,46); }
H1.HeaderClassName
{
color: #BA072E;
}
.AnyTagClassName
{
color: #BA072E;
}
</style>
background-color css
<style>
a { background-color: #BA072E; }
a { background-color: rgb(186,7,46); }
div.DivClassName
{
background-color: #BA072E;
}
.BgClassName
{
background-color: #BA072E;
}
</style>
border-color css
<style>
span { border-color: #BA072E; }
span { border-color: rgb(186,7,46); }
td.TdClassName
{
border-color: #BA072E;
}
.TagClassName
{
border-color: #BA072E;
}
</style>