Shades of Venetian Red #BA141B
Tints of Venetian Red #BA141B
RGB
CMYK
RGB Variations
Color information
#BA141B (or 0xBA141B) is known color: Venetian Red. HEX triplet: BA, 14 and 1B. RGB value is (186,20,27). Sum of RGB (Red+Green+Blue) = 186+20+27=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA141B is #45EBE4. Grayscale: #464646. Windows color (decimal): -4582373 or 1774778. OLE color: 1774778.
HSL color Cylindrical-coordinate representation of color #BA141B: hue angle of 357.47º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA141B is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 27 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.27 |
| HSL | 357.47º | 0.81% | 0.4% | - |
| HSV(B) | 357.47º | 0.89% | 0.73% | - |
| XYZ | 20.7 | 11.02 | 2.07 | - |
| YUV | 70.43 | 103.5 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 27 | 0 | 0.89 | 0.85 | 0.27 | 357.47 | 0.81 | 0.4 |
| Hex | BA | 14 | 1B | 0 | 59 | 55 | 1B | 165 | 51 | 28 |
| Octal | 272 | 24 | 33 | 0 | 131 | 125 | 33 | 545 | 121 | 50 |
| Binary | 10111010 | 10100 | 11011 | 0 | 1011001 | 1010101 | 11011 | 101100101 | 1010001 | 101000 |
Color Harmonies of #BA141B
Complementary color
Monochromatic Colors of #BA141B
Black with #BA141B
Text Example
Text Example
White with #BA141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA141B; }
p { color: rgb(186,20,27); }
H1.HeaderClassName
{
color: #BA141B;
}
.AnyTagClassName
{
color: #BA141B;
}
</style>
background-color css
<style>
a { background-color: #BA141B; }
a { background-color: rgb(186,20,27); }
div.DivClassName
{
background-color: #BA141B;
}
.BgClassName
{
background-color: #BA141B;
}
</style>
border-color css
<style>
span { border-color: #BA141B; }
span { border-color: rgb(186,20,27); }
td.TdClassName
{
border-color: #BA141B;
}
.TagClassName
{
border-color: #BA141B;
}
</style>