Shades of Venetian Red #BA062B
Tints of Venetian Red #BA062B
RGB
CMYK
RGB Variations
Color information
#BA062B (or 0xBA062B) is known color: Venetian Red. HEX triplet: BA, 06 and 2B. RGB value is (186,6,43). Sum of RGB (Red+Green+Blue) = 186+6+43=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA062B is #45F9D4. Grayscale: #404040. Windows color (decimal): -4585941 or 2819770. OLE color: 2819770.
HSL color Cylindrical-coordinate representation of color #BA062B: hue angle of 347.67º 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 #BA062B is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 43 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.27 |
| HSL | 347.67º | 0.94% | 0.38% | - |
| HSV(B) | 347.67º | 0.97% | 0.73% | - |
| XYZ | 20.75 | 10.74 | 3.27 | - |
| YUV | 64.04 | 116.13 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 43 | 0 | 0.97 | 0.77 | 0.27 | 347.67 | 0.94 | 0.38 |
| Hex | BA | 6 | 2B | 0 | 61 | 4D | 1B | 15C | 5E | 26 |
| Octal | 272 | 6 | 53 | 0 | 141 | 115 | 33 | 534 | 136 | 46 |
| Binary | 10111010 | 110 | 101011 | 0 | 1100001 | 1001101 | 11011 | 101011100 | 1011110 | 100110 |
Color Harmonies of #BA062B
Complementary color
Monochromatic Colors of #BA062B
Black with #BA062B
Text Example
Text Example
White with #BA062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA062B; }
p { color: rgb(186,6,43); }
H1.HeaderClassName
{
color: #BA062B;
}
.AnyTagClassName
{
color: #BA062B;
}
</style>
background-color css
<style>
a { background-color: #BA062B; }
a { background-color: rgb(186,6,43); }
div.DivClassName
{
background-color: #BA062B;
}
.BgClassName
{
background-color: #BA062B;
}
</style>
border-color css
<style>
span { border-color: #BA062B; }
span { border-color: rgb(186,6,43); }
td.TdClassName
{
border-color: #BA062B;
}
.TagClassName
{
border-color: #BA062B;
}
</style>