Shades of Venetian Red #BA141C
Tints of Venetian Red #BA141C
RGB
CMYK
RGB Variations
Color information
#BA141C (or 0xBA141C) is known color: Venetian Red. HEX triplet: BA, 14 and 1C. RGB value is (186,20,28). Sum of RGB (Red+Green+Blue) = 186+20+28=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA141C is #45EBE3. Grayscale: #464646. Windows color (decimal): -4582372 or 1840314. OLE color: 1840314.
HSL color Cylindrical-coordinate representation of color #BA141C: hue angle of 357.11º 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 #BA141C is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 28 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.27 |
| HSL | 357.11º | 0.81% | 0.4% | - |
| HSV(B) | 357.11º | 0.89% | 0.73% | - |
| XYZ | 20.71 | 11.02 | 2.13 | - |
| YUV | 70.55 | 104 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 28 | 0 | 0.89 | 0.85 | 0.27 | 357.11 | 0.81 | 0.4 |
| Hex | BA | 14 | 1C | 0 | 59 | 55 | 1B | 165 | 51 | 28 |
| Octal | 272 | 24 | 34 | 0 | 131 | 125 | 33 | 545 | 121 | 50 |
| Binary | 10111010 | 10100 | 11100 | 0 | 1011001 | 1010101 | 11011 | 101100101 | 1010001 | 101000 |
Color Harmonies of #BA141C
Complementary color
Monochromatic Colors of #BA141C
Black with #BA141C
Text Example
Text Example
White with #BA141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA141C; }
p { color: rgb(186,20,28); }
H1.HeaderClassName
{
color: #BA141C;
}
.AnyTagClassName
{
color: #BA141C;
}
</style>
background-color css
<style>
a { background-color: #BA141C; }
a { background-color: rgb(186,20,28); }
div.DivClassName
{
background-color: #BA141C;
}
.BgClassName
{
background-color: #BA141C;
}
</style>
border-color css
<style>
span { border-color: #BA141C; }
span { border-color: rgb(186,20,28); }
td.TdClassName
{
border-color: #BA141C;
}
.TagClassName
{
border-color: #BA141C;
}
</style>