Shades of Venetian Red #BB0910
Tints of Venetian Red #BB0910
RGB
CMYK
RGB Variations
Color information
#BB0910 (or 0xBB0910) is known color: Venetian Red. HEX triplet: BB, 09 and 10. RGB value is (187,9,16). Sum of RGB (Red+Green+Blue) = 187+9+16=212 (28% of max value = 765). Red value is 187 (73.44% from 255 or 88.21% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0910 is #44F6EF. Grayscale: #3F3F3F. Windows color (decimal): -4519664 or 1051067. OLE color: 1051067.
HSL color Cylindrical-coordinate representation of color #BB0910: hue angle of 357.64º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0910 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 16 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.27 |
| HSL | 357.64º | 0.91% | 0.38% | - |
| HSV(B) | 357.64º | 0.95% | 0.73% | - |
| XYZ | 20.68 | 10.8 | 1.48 | - |
| YUV | 63.02 | 101.47 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 16 | 0 | 0.95 | 0.91 | 0.27 | 357.64 | 0.91 | 0.38 |
| Hex | BB | 9 | 10 | 0 | 5F | 5B | 1B | 166 | 5B | 26 |
| Octal | 273 | 11 | 20 | 0 | 137 | 133 | 33 | 546 | 133 | 46 |
| Binary | 10111011 | 1001 | 10000 | 0 | 1011111 | 1011011 | 11011 | 101100110 | 1011011 | 100110 |
Color Harmonies of #BB0910
Complementary color
Monochromatic Colors of #BB0910
Black with #BB0910
Text Example
Text Example
White with #BB0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0910; }
p { color: rgb(187,9,16); }
H1.HeaderClassName
{
color: #BB0910;
}
.AnyTagClassName
{
color: #BB0910;
}
</style>
background-color css
<style>
a { background-color: #BB0910; }
a { background-color: rgb(187,9,16); }
div.DivClassName
{
background-color: #BB0910;
}
.BgClassName
{
background-color: #BB0910;
}
</style>
border-color css
<style>
span { border-color: #BB0910; }
span { border-color: rgb(187,9,16); }
td.TdClassName
{
border-color: #BB0910;
}
.TagClassName
{
border-color: #BB0910;
}
</style>