Shades of Venetian Red #BB060E
Tints of Venetian Red #BB060E
RGB
CMYK
RGB Variations
Color information
#BB060E (or 0xBB060E) is known color: Venetian Red. HEX triplet: BB, 06 and 0E. RGB value is (187,6,14). Sum of RGB (Red+Green+Blue) = 187+6+14=207 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.34% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 187 - color contains mainly: red. Hex color #BB060E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB060E is #44F9F1. Grayscale: #3D3D3D. Windows color (decimal): -4520434 or 919227. OLE color: 919227.
HSL color Cylindrical-coordinate representation of color #BB060E: hue angle of 357.35º 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 #BB060E is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 14 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.27 |
| HSL | 357.35º | 0.94% | 0.38% | - |
| HSV(B) | 357.35º | 0.97% | 0.73% | - |
| XYZ | 20.64 | 10.73 | 1.4 | - |
| YUV | 61.03 | 101.47 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 14 | 0 | 0.97 | 0.93 | 0.27 | 357.35 | 0.94 | 0.38 |
| Hex | BB | 6 | E | 0 | 61 | 5D | 1B | 165 | 5E | 26 |
| Octal | 273 | 6 | 16 | 0 | 141 | 135 | 33 | 545 | 136 | 46 |
| Binary | 10111011 | 110 | 1110 | 0 | 1100001 | 1011101 | 11011 | 101100101 | 1011110 | 100110 |
Color Harmonies of #BB060E
Complementary color
Monochromatic Colors of #BB060E
Black with #BB060E
Text Example
Text Example
White with #BB060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB060E; }
p { color: rgb(187,6,14); }
H1.HeaderClassName
{
color: #BB060E;
}
.AnyTagClassName
{
color: #BB060E;
}
</style>
background-color css
<style>
a { background-color: #BB060E; }
a { background-color: rgb(187,6,14); }
div.DivClassName
{
background-color: #BB060E;
}
.BgClassName
{
background-color: #BB060E;
}
</style>
border-color css
<style>
span { border-color: #BB060E; }
span { border-color: rgb(187,6,14); }
td.TdClassName
{
border-color: #BB060E;
}
.TagClassName
{
border-color: #BB060E;
}
</style>