Shades of Venetian Red #BA090F
Tints of Venetian Red #BA090F
RGB
CMYK
RGB Variations
Color information
#BA090F (or 0xBA090F) is known color: Venetian Red. HEX triplet: BA, 09 and 0F. RGB value is (186,9,15). Sum of RGB (Red+Green+Blue) = 186+9+15=210 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.57% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 186 - color contains mainly: red. Hex color #BA090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA090F is #45F6F0. Grayscale: #3E3E3E. Windows color (decimal): -4585201 or 985530. OLE color: 985530.
HSL color Cylindrical-coordinate representation of color #BA090F: hue angle of 357.97º 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 #BA090F is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 15 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.27 |
| HSL | 357.97º | 0.91% | 0.38% | - |
| HSV(B) | 357.97º | 0.95% | 0.73% | - |
| XYZ | 20.43 | 10.67 | 1.43 | - |
| YUV | 62.61 | 101.14 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 15 | 0 | 0.95 | 0.92 | 0.27 | 357.97 | 0.91 | 0.38 |
| Hex | BA | 9 | F | 0 | 5F | 5C | 1B | 166 | 5B | 26 |
| Octal | 272 | 11 | 17 | 0 | 137 | 134 | 33 | 546 | 133 | 46 |
| Binary | 10111010 | 1001 | 1111 | 0 | 1011111 | 1011100 | 11011 | 101100110 | 1011011 | 100110 |
Color Harmonies of #BA090F
Complementary color
Monochromatic Colors of #BA090F
Black with #BA090F
Text Example
Text Example
White with #BA090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA090F; }
p { color: rgb(186,9,15); }
H1.HeaderClassName
{
color: #BA090F;
}
.AnyTagClassName
{
color: #BA090F;
}
</style>
background-color css
<style>
a { background-color: #BA090F; }
a { background-color: rgb(186,9,15); }
div.DivClassName
{
background-color: #BA090F;
}
.BgClassName
{
background-color: #BA090F;
}
</style>
border-color css
<style>
span { border-color: #BA090F; }
span { border-color: rgb(186,9,15); }
td.TdClassName
{
border-color: #BA090F;
}
.TagClassName
{
border-color: #BA090F;
}
</style>