Shades of Venetian Red #BA0F1E
Tints of Venetian Red #BA0F1E
RGB
CMYK
RGB Variations
Color information
#BA0F1E (or 0xBA0F1E) is known color: Venetian Red. HEX triplet: BA, 0F and 1E. RGB value is (186,15,30). Sum of RGB (Red+Green+Blue) = 186+15+30=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F1E is #45F0E1. Grayscale: #434343. Windows color (decimal): -4583650 or 1970106. OLE color: 1970106.
HSL color Cylindrical-coordinate representation of color #BA0F1E: hue angle of 354.74º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F1E is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 30 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.27 |
| HSL | 354.74º | 0.85% | 0.39% | - |
| HSV(B) | 354.74º | 0.92% | 0.73% | - |
| XYZ | 20.65 | 10.87 | 2.24 | - |
| YUV | 67.84 | 106.65 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 30 | 0 | 0.92 | 0.84 | 0.27 | 354.74 | 0.85 | 0.39 |
| Hex | BA | F | 1E | 0 | 5C | 54 | 1B | 163 | 55 | 27 |
| Octal | 272 | 17 | 36 | 0 | 134 | 124 | 33 | 543 | 125 | 47 |
| Binary | 10111010 | 1111 | 11110 | 0 | 1011100 | 1010100 | 11011 | 101100011 | 1010101 | 100111 |
Color Harmonies of #BA0F1E
Complementary color
Monochromatic Colors of #BA0F1E
Black with #BA0F1E
Text Example
Text Example
White with #BA0F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0F1E; }
p { color: rgb(186,15,30); }
H1.HeaderClassName
{
color: #BA0F1E;
}
.AnyTagClassName
{
color: #BA0F1E;
}
</style>
background-color css
<style>
a { background-color: #BA0F1E; }
a { background-color: rgb(186,15,30); }
div.DivClassName
{
background-color: #BA0F1E;
}
.BgClassName
{
background-color: #BA0F1E;
}
</style>
border-color css
<style>
span { border-color: #BA0F1E; }
span { border-color: rgb(186,15,30); }
td.TdClassName
{
border-color: #BA0F1E;
}
.TagClassName
{
border-color: #BA0F1E;
}
</style>