Shades of Venetian Red #BB0712
Tints of Venetian Red #BB0712
RGB
CMYK
RGB Variations
Color information
#BB0712 (or 0xBB0712) is known color: Venetian Red. HEX triplet: BB, 07 and 12. RGB value is (187,7,18). Sum of RGB (Red+Green+Blue) = 187+7+18=212 (28% of max value = 765). Red value is 187 (73.44% from 255 or 88.21% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0712 is #44F8ED. Grayscale: #3E3E3E. Windows color (decimal): -4520174 or 1181627. OLE color: 1181627.
HSL color Cylindrical-coordinate representation of color #BB0712: hue angle of 356.33º 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 #BB0712 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 18 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.27 |
| HSL | 356.33º | 0.93% | 0.38% | - |
| HSV(B) | 356.33º | 0.96% | 0.73% | - |
| XYZ | 20.68 | 10.76 | 1.56 | - |
| YUV | 62.07 | 103.13 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 18 | 0 | 0.96 | 0.90 | 0.27 | 356.33 | 0.93 | 0.38 |
| Hex | BB | 7 | 12 | 0 | 60 | 5A | 1B | 164 | 5D | 26 |
| Octal | 273 | 7 | 22 | 0 | 140 | 132 | 33 | 544 | 135 | 46 |
| Binary | 10111011 | 111 | 10010 | 0 | 1100000 | 1011010 | 11011 | 101100100 | 1011101 | 100110 |
Color Harmonies of #BB0712
Complementary color
Monochromatic Colors of #BB0712
Black with #BB0712
Text Example
Text Example
White with #BB0712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0712; }
p { color: rgb(187,7,18); }
H1.HeaderClassName
{
color: #BB0712;
}
.AnyTagClassName
{
color: #BB0712;
}
</style>
background-color css
<style>
a { background-color: #BB0712; }
a { background-color: rgb(187,7,18); }
div.DivClassName
{
background-color: #BB0712;
}
.BgClassName
{
background-color: #BB0712;
}
</style>
border-color css
<style>
span { border-color: #BB0712; }
span { border-color: rgb(187,7,18); }
td.TdClassName
{
border-color: #BB0712;
}
.TagClassName
{
border-color: #BB0712;
}
</style>