Shades of Venetian Red #BA0610
Tints of Venetian Red #BA0610
RGB
CMYK
RGB Variations
Color information
#BA0610 (or 0xBA0610) is known color: Venetian Red. HEX triplet: BA, 06 and 10. RGB value is (186,6,16). Sum of RGB (Red+Green+Blue) = 186+6+16=208 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.42% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0610 is #45F9EF. Grayscale: #3D3D3D. Windows color (decimal): -4585968 or 1050298. OLE color: 1050298.
HSL color Cylindrical-coordinate representation of color #BA0610: hue angle of 356.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 #BA0610 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.27 |
| HSL | 356.67º | 0.94% | 0.38% | - |
| HSV(B) | 356.67º | 0.97% | 0.73% | - |
| XYZ | 20.41 | 10.61 | 1.46 | - |
| YUV | 60.96 | 102.63 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 16 | 0 | 0.97 | 0.91 | 0.27 | 356.67 | 0.94 | 0.38 |
| Hex | BA | 6 | 10 | 0 | 61 | 5B | 1B | 165 | 5E | 26 |
| Octal | 272 | 6 | 20 | 0 | 141 | 133 | 33 | 545 | 136 | 46 |
| Binary | 10111010 | 110 | 10000 | 0 | 1100001 | 1011011 | 11011 | 101100101 | 1011110 | 100110 |
Color Harmonies of #BA0610
Complementary color
Monochromatic Colors of #BA0610
Black with #BA0610
Text Example
Text Example
White with #BA0610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0610; }
p { color: rgb(186,6,16); }
H1.HeaderClassName
{
color: #BA0610;
}
.AnyTagClassName
{
color: #BA0610;
}
</style>
background-color css
<style>
a { background-color: #BA0610; }
a { background-color: rgb(186,6,16); }
div.DivClassName
{
background-color: #BA0610;
}
.BgClassName
{
background-color: #BA0610;
}
</style>
border-color css
<style>
span { border-color: #BA0610; }
span { border-color: rgb(186,6,16); }
td.TdClassName
{
border-color: #BA0610;
}
.TagClassName
{
border-color: #BA0610;
}
</style>