Shades of Venetian Red #BB070B
Tints of Venetian Red #BB070B
RGB
CMYK
RGB Variations
Color information
#BB070B (or 0xBB070B) is known color: Venetian Red. HEX triplet: BB, 07 and 0B. RGB value is (187,7,11). Sum of RGB (Red+Green+Blue) = 187+7+11=205 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.22% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 187 - color contains mainly: red. Hex color #BB070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB070B is #44F8F4. Grayscale: #3D3D3D. Windows color (decimal): -4520181 or 722875. OLE color: 722875.
HSL color Cylindrical-coordinate representation of color #BB070B: hue angle of 358.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 #BB070B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 11 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.27 |
| HSL | 358.67º | 0.93% | 0.38% | - |
| HSV(B) | 358.67º | 0.96% | 0.73% | - |
| XYZ | 20.63 | 10.74 | 1.3 | - |
| YUV | 61.28 | 99.63 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 11 | 0 | 0.96 | 0.94 | 0.27 | 358.67 | 0.93 | 0.38 |
| Hex | BB | 7 | B | 0 | 60 | 5E | 1B | 167 | 5D | 26 |
| Octal | 273 | 7 | 13 | 0 | 140 | 136 | 33 | 547 | 135 | 46 |
| Binary | 10111011 | 111 | 1011 | 0 | 1100000 | 1011110 | 11011 | 101100111 | 1011101 | 100110 |
Color Harmonies of #BB070B
Complementary color
Monochromatic Colors of #BB070B
Black with #BB070B
Text Example
Text Example
White with #BB070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB070B; }
p { color: rgb(187,7,11); }
H1.HeaderClassName
{
color: #BB070B;
}
.AnyTagClassName
{
color: #BB070B;
}
</style>
background-color css
<style>
a { background-color: #BB070B; }
a { background-color: rgb(187,7,11); }
div.DivClassName
{
background-color: #BB070B;
}
.BgClassName
{
background-color: #BB070B;
}
</style>
border-color css
<style>
span { border-color: #BB070B; }
span { border-color: rgb(187,7,11); }
td.TdClassName
{
border-color: #BB070B;
}
.TagClassName
{
border-color: #BB070B;
}
</style>