Shades of Venetian Red #BA0609
Tints of Venetian Red #BA0609
RGB
CMYK
RGB Variations
Color information
#BA0609 (or 0xBA0609) is known color: Venetian Red. HEX triplet: BA, 06 and 09. RGB value is (186,6,9). Sum of RGB (Red+Green+Blue) = 186+6+9=201 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.54% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0609 is #45F9F6. Grayscale: #3C3C3C. Windows color (decimal): -4585975 or 591546. OLE color: 591546.
HSL color Cylindrical-coordinate representation of color #BA0609: hue angle of 359º 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 #BA0609 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 9 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.27 |
| HSL | 359º | 0.94% | 0.38% | - |
| HSV(B) | 359º | 0.97% | 0.73% | - |
| XYZ | 20.36 | 10.59 | 1.23 | - |
| YUV | 60.16 | 99.13 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 9 | 0 | 0.97 | 0.95 | 0.27 | 359 | 0.94 | 0.38 |
| Hex | BA | 6 | 9 | 0 | 61 | 5F | 1B | 167 | 5E | 26 |
| Octal | 272 | 6 | 11 | 0 | 141 | 137 | 33 | 547 | 136 | 46 |
| Binary | 10111010 | 110 | 1001 | 0 | 1100001 | 1011111 | 11011 | 101100111 | 1011110 | 100110 |
Color Harmonies of #BA0609
Complementary color
Monochromatic Colors of #BA0609
Black with #BA0609
Text Example
Text Example
White with #BA0609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0609; }
p { color: rgb(186,6,9); }
H1.HeaderClassName
{
color: #BA0609;
}
.AnyTagClassName
{
color: #BA0609;
}
</style>
background-color css
<style>
a { background-color: #BA0609; }
a { background-color: rgb(186,6,9); }
div.DivClassName
{
background-color: #BA0609;
}
.BgClassName
{
background-color: #BA0609;
}
</style>
border-color css
<style>
span { border-color: #BA0609; }
span { border-color: rgb(186,6,9); }
td.TdClassName
{
border-color: #BA0609;
}
.TagClassName
{
border-color: #BA0609;
}
</style>