Shades of Venetian Red #BA061B
Tints of Venetian Red #BA061B
RGB
CMYK
RGB Variations
Color information
#BA061B (or 0xBA061B) is known color: Venetian Red. HEX triplet: BA, 06 and 1B. RGB value is (186,6,27). Sum of RGB (Red+Green+Blue) = 186+6+27=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA061B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA061B is #45F9E4. Grayscale: #3E3E3E. Windows color (decimal): -4585957 or 1771194. OLE color: 1771194.
HSL color Cylindrical-coordinate representation of color #BA061B: hue angle of 353º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA061B is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 27 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.27 |
| HSL | 353º | 0.94% | 0.38% | - |
| HSV(B) | 353º | 0.97% | 0.73% | - |
| XYZ | 20.51 | 10.65 | 2.01 | - |
| YUV | 62.21 | 108.13 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 27 | 0 | 0.97 | 0.85 | 0.27 | 353 | 0.94 | 0.38 |
| Hex | BA | 6 | 1B | 0 | 61 | 55 | 1B | 161 | 5E | 26 |
| Octal | 272 | 6 | 33 | 0 | 141 | 125 | 33 | 541 | 136 | 46 |
| Binary | 10111010 | 110 | 11011 | 0 | 1100001 | 1010101 | 11011 | 101100001 | 1011110 | 100110 |
Color Harmonies of #BA061B
Complementary color
Monochromatic Colors of #BA061B
Black with #BA061B
Text Example
Text Example
White with #BA061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA061B; }
p { color: rgb(186,6,27); }
H1.HeaderClassName
{
color: #BA061B;
}
.AnyTagClassName
{
color: #BA061B;
}
</style>
background-color css
<style>
a { background-color: #BA061B; }
a { background-color: rgb(186,6,27); }
div.DivClassName
{
background-color: #BA061B;
}
.BgClassName
{
background-color: #BA061B;
}
</style>
border-color css
<style>
span { border-color: #BA061B; }
span { border-color: rgb(186,6,27); }
td.TdClassName
{
border-color: #BA061B;
}
.TagClassName
{
border-color: #BA061B;
}
</style>