Shades of Venetian Red #BB010B
Tints of Venetian Red #BB010B
RGB
CMYK
RGB Variations
Color information
#BB010B (or 0xBB010B) is known color: Venetian Red. HEX triplet: BB, 01 and 0B. RGB value is (187,1,11). Sum of RGB (Red+Green+Blue) = 187+1+11=199 (26% of max value = 765). Red value is 187 (73.44% from 255 or 93.97% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 187 - color contains mainly: red. Hex color #BB010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB010B is #44FEF4. Grayscale: #393939. Windows color (decimal): -4521717 or 721339. OLE color: 721339.
HSL color Cylindrical-coordinate representation of color #BB010B: hue angle of 356.77º 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 #BB010B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.27 |
| HSL | 356.77º | 0.99% | 0.37% | - |
| HSV(B) | 356.77º | 0.99% | 0.73% | - |
| XYZ | 20.56 | 10.61 | 1.28 | - |
| YUV | 57.75 | 101.62 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 11 | 0 | 0.99 | 0.94 | 0.27 | 356.77 | 0.99 | 0.37 |
| Hex | BB | 1 | B | 0 | 63 | 5E | 1B | 165 | 63 | 25 |
| Octal | 273 | 1 | 13 | 0 | 143 | 136 | 33 | 545 | 143 | 45 |
| Binary | 10111011 | 1 | 1011 | 0 | 1100011 | 1011110 | 11011 | 101100101 | 1100011 | 100101 |
Color Harmonies of #BB010B
Complementary color
Monochromatic Colors of #BB010B
Black with #BB010B
Text Example
Text Example
White with #BB010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB010B; }
p { color: rgb(187,1,11); }
H1.HeaderClassName
{
color: #BB010B;
}
.AnyTagClassName
{
color: #BB010B;
}
</style>
background-color css
<style>
a { background-color: #BB010B; }
a { background-color: rgb(187,1,11); }
div.DivClassName
{
background-color: #BB010B;
}
.BgClassName
{
background-color: #BB010B;
}
</style>
border-color css
<style>
span { border-color: #BB010B; }
span { border-color: rgb(187,1,11); }
td.TdClassName
{
border-color: #BB010B;
}
.TagClassName
{
border-color: #BB010B;
}
</style>