Shades of Venetian Red #BA141D
Tints of Venetian Red #BA141D
RGB
CMYK
RGB Variations
Color information
#BA141D (or 0xBA141D) is known color: Venetian Red. HEX triplet: BA, 14 and 1D. RGB value is (186,20,29). Sum of RGB (Red+Green+Blue) = 186+20+29=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA141D is #45EBE2. Grayscale: #464646. Windows color (decimal): -4582371 or 1905850. OLE color: 1905850.
HSL color Cylindrical-coordinate representation of color #BA141D: hue angle of 356.75º 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 #BA141D is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 29 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.27 |
| HSL | 356.75º | 0.81% | 0.4% | - |
| HSV(B) | 356.75º | 0.89% | 0.73% | - |
| XYZ | 20.72 | 11.03 | 2.2 | - |
| YUV | 70.66 | 104.5 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 29 | 0 | 0.89 | 0.84 | 0.27 | 356.75 | 0.81 | 0.4 |
| Hex | BA | 14 | 1D | 0 | 59 | 54 | 1B | 165 | 51 | 28 |
| Octal | 272 | 24 | 35 | 0 | 131 | 124 | 33 | 545 | 121 | 50 |
| Binary | 10111010 | 10100 | 11101 | 0 | 1011001 | 1010100 | 11011 | 101100101 | 1010001 | 101000 |
Color Harmonies of #BA141D
Complementary color
Monochromatic Colors of #BA141D
Black with #BA141D
Text Example
Text Example
White with #BA141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA141D; }
p { color: rgb(186,20,29); }
H1.HeaderClassName
{
color: #BA141D;
}
.AnyTagClassName
{
color: #BA141D;
}
</style>
background-color css
<style>
a { background-color: #BA141D; }
a { background-color: rgb(186,20,29); }
div.DivClassName
{
background-color: #BA141D;
}
.BgClassName
{
background-color: #BA141D;
}
</style>
border-color css
<style>
span { border-color: #BA141D; }
span { border-color: rgb(186,20,29); }
td.TdClassName
{
border-color: #BA141D;
}
.TagClassName
{
border-color: #BA141D;
}
</style>