Shades of Venetian Red #BA081B
Tints of Venetian Red #BA081B
RGB
CMYK
RGB Variations
Color information
#BA081B (or 0xBA081B) is known color: Venetian Red. HEX triplet: BA, 08 and 1B. RGB value is (186,8,27). Sum of RGB (Red+Green+Blue) = 186+8+27=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA081B is #45F7E4. Grayscale: #3F3F3F. Windows color (decimal): -4585445 or 1771706. OLE color: 1771706.
HSL color Cylindrical-coordinate representation of color #BA081B: hue angle of 353.6º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA081B is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 27 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.27 |
| HSL | 353.6º | 0.92% | 0.38% | - |
| HSV(B) | 353.6º | 0.96% | 0.73% | - |
| XYZ | 20.53 | 10.69 | 2.02 | - |
| YUV | 63.39 | 107.47 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 27 | 0 | 0.96 | 0.85 | 0.27 | 353.6 | 0.92 | 0.38 |
| Hex | BA | 8 | 1B | 0 | 60 | 55 | 1B | 162 | 5C | 26 |
| Octal | 272 | 10 | 33 | 0 | 140 | 125 | 33 | 542 | 134 | 46 |
| Binary | 10111010 | 1000 | 11011 | 0 | 1100000 | 1010101 | 11011 | 101100010 | 1011100 | 100110 |
Color Harmonies of #BA081B
Complementary color
Monochromatic Colors of #BA081B
Black with #BA081B
Text Example
Text Example
White with #BA081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA081B; }
p { color: rgb(186,8,27); }
H1.HeaderClassName
{
color: #BA081B;
}
.AnyTagClassName
{
color: #BA081B;
}
</style>
background-color css
<style>
a { background-color: #BA081B; }
a { background-color: rgb(186,8,27); }
div.DivClassName
{
background-color: #BA081B;
}
.BgClassName
{
background-color: #BA081B;
}
</style>
border-color css
<style>
span { border-color: #BA081B; }
span { border-color: rgb(186,8,27); }
td.TdClassName
{
border-color: #BA081B;
}
.TagClassName
{
border-color: #BA081B;
}
</style>