Shades of Venetian Red #BA0708
Tints of Venetian Red #BA0708
RGB
CMYK
RGB Variations
Color information
#BA0708 (or 0xBA0708) is known color: Venetian Red. HEX triplet: BA, 07 and 08. RGB value is (186,7,8). Sum of RGB (Red+Green+Blue) = 186+7+8=201 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.54% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0708 is #45F8F7. Grayscale: #3C3C3C. Windows color (decimal): -4585720 or 526266. OLE color: 526266.
HSL color Cylindrical-coordinate representation of color #BA0708: hue angle of 359.66º degrees, saturation: 0.93, 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 #BA0708 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 8 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.27 |
| HSL | 359.66º | 0.93% | 0.38% | - |
| HSV(B) | 359.66º | 0.96% | 0.73% | - |
| XYZ | 20.37 | 10.61 | 1.2 | - |
| YUV | 60.64 | 98.3 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 8 | 0 | 0.96 | 0.96 | 0.27 | 359.66 | 0.93 | 0.38 |
| Hex | BA | 7 | 8 | 0 | 60 | 60 | 1B | 168 | 5D | 26 |
| Octal | 272 | 7 | 10 | 0 | 140 | 140 | 33 | 550 | 135 | 46 |
| Binary | 10111010 | 111 | 1000 | 0 | 1100000 | 1100000 | 11011 | 101101000 | 1011101 | 100110 |
Color Harmonies of #BA0708
Complementary color
Monochromatic Colors of #BA0708
Black with #BA0708
Text Example
Text Example
White with #BA0708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0708; }
p { color: rgb(186,7,8); }
H1.HeaderClassName
{
color: #BA0708;
}
.AnyTagClassName
{
color: #BA0708;
}
</style>
background-color css
<style>
a { background-color: #BA0708; }
a { background-color: rgb(186,7,8); }
div.DivClassName
{
background-color: #BA0708;
}
.BgClassName
{
background-color: #BA0708;
}
</style>
border-color css
<style>
span { border-color: #BA0708; }
span { border-color: rgb(186,7,8); }
td.TdClassName
{
border-color: #BA0708;
}
.TagClassName
{
border-color: #BA0708;
}
</style>