Shades of Venetian Red #BB010E
Tints of Venetian Red #BB010E
RGB
CMYK
RGB Variations
Color information
#BB010E (or 0xBB010E) is known color: Venetian Red. HEX triplet: BB, 01 and 0E. RGB value is (187,1,14). Sum of RGB (Red+Green+Blue) = 187+1+14=202 (26% of max value = 765). Red value is 187 (73.44% from 255 or 92.57% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 187 - color contains mainly: red. Hex color #BB010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB010E is #44FEF1. Grayscale: #3A3A3A. Windows color (decimal): -4521714 or 917947. OLE color: 917947.
HSL color Cylindrical-coordinate representation of color #BB010E: hue angle of 355.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB010E is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.27 |
| HSL | 355.81º | 0.99% | 0.37% | - |
| HSV(B) | 355.81º | 0.99% | 0.73% | - |
| XYZ | 20.58 | 10.62 | 1.38 | - |
| YUV | 58.1 | 103.12 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 14 | 0 | 0.99 | 0.93 | 0.27 | 355.81 | 0.99 | 0.37 |
| Hex | BB | 1 | E | 0 | 63 | 5D | 1B | 164 | 63 | 25 |
| Octal | 273 | 1 | 16 | 0 | 143 | 135 | 33 | 544 | 143 | 45 |
| Binary | 10111011 | 1 | 1110 | 0 | 1100011 | 1011101 | 11011 | 101100100 | 1100011 | 100101 |
Color Harmonies of #BB010E
Complementary color
Monochromatic Colors of #BB010E
Black with #BB010E
Text Example
Text Example
White with #BB010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB010E; }
p { color: rgb(187,1,14); }
H1.HeaderClassName
{
color: #BB010E;
}
.AnyTagClassName
{
color: #BB010E;
}
</style>
background-color css
<style>
a { background-color: #BB010E; }
a { background-color: rgb(187,1,14); }
div.DivClassName
{
background-color: #BB010E;
}
.BgClassName
{
background-color: #BB010E;
}
</style>
border-color css
<style>
span { border-color: #BB010E; }
span { border-color: rgb(187,1,14); }
td.TdClassName
{
border-color: #BB010E;
}
.TagClassName
{
border-color: #BB010E;
}
</style>