Shades of Venetian Red #BB070E
Tints of Venetian Red #BB070E
RGB
CMYK
RGB Variations
Color information
#BB070E (or 0xBB070E) is known color: Venetian Red. HEX triplet: BB, 07 and 0E. RGB value is (187,7,14). Sum of RGB (Red+Green+Blue) = 187+7+14=208 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.90% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 187 - color contains mainly: red. Hex color #BB070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB070E is #44F8F1. Grayscale: #3D3D3D. Windows color (decimal): -4520178 or 919483. OLE color: 919483.
HSL color Cylindrical-coordinate representation of color #BB070E: hue angle of 357.67º 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 #BB070E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 14 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.27 |
| HSL | 357.67º | 0.93% | 0.38% | - |
| HSV(B) | 357.67º | 0.96% | 0.73% | - |
| XYZ | 20.65 | 10.75 | 1.4 | - |
| YUV | 61.62 | 101.13 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 14 | 0 | 0.96 | 0.93 | 0.27 | 357.67 | 0.93 | 0.38 |
| Hex | BB | 7 | E | 0 | 60 | 5D | 1B | 166 | 5D | 26 |
| Octal | 273 | 7 | 16 | 0 | 140 | 135 | 33 | 546 | 135 | 46 |
| Binary | 10111011 | 111 | 1110 | 0 | 1100000 | 1011101 | 11011 | 101100110 | 1011101 | 100110 |
Color Harmonies of #BB070E
Complementary color
Monochromatic Colors of #BB070E
Black with #BB070E
Text Example
Text Example
White with #BB070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB070E; }
p { color: rgb(187,7,14); }
H1.HeaderClassName
{
color: #BB070E;
}
.AnyTagClassName
{
color: #BB070E;
}
</style>
background-color css
<style>
a { background-color: #BB070E; }
a { background-color: rgb(187,7,14); }
div.DivClassName
{
background-color: #BB070E;
}
.BgClassName
{
background-color: #BB070E;
}
</style>
border-color css
<style>
span { border-color: #BB070E; }
span { border-color: rgb(187,7,14); }
td.TdClassName
{
border-color: #BB070E;
}
.TagClassName
{
border-color: #BB070E;
}
</style>