Shades of Venetian Red #BB080C
Tints of Venetian Red #BB080C
RGB
CMYK
RGB Variations
Color information
#BB080C (or 0xBB080C) is known color: Venetian Red. HEX triplet: BB, 08 and 0C. RGB value is (187,8,12). Sum of RGB (Red+Green+Blue) = 187+8+12=207 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.34% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 187 - color contains mainly: red. Hex color #BB080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB080C is #44F7F3. Grayscale: #3E3E3E. Windows color (decimal): -4519924 or 788667. OLE color: 788667.
HSL color Cylindrical-coordinate representation of color #BB080C: hue angle of 358.66º degrees, saturation: 0.92, 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 #BB080C is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 12 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.27 |
| HSL | 358.66º | 0.92% | 0.38% | - |
| HSV(B) | 358.66º | 0.96% | 0.73% | - |
| XYZ | 20.65 | 10.77 | 1.34 | - |
| YUV | 61.98 | 99.8 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 12 | 0 | 0.96 | 0.94 | 0.27 | 358.66 | 0.92 | 0.38 |
| Hex | BB | 8 | C | 0 | 60 | 5E | 1B | 167 | 5C | 26 |
| Octal | 273 | 10 | 14 | 0 | 140 | 136 | 33 | 547 | 134 | 46 |
| Binary | 10111011 | 1000 | 1100 | 0 | 1100000 | 1011110 | 11011 | 101100111 | 1011100 | 100110 |
Color Harmonies of #BB080C
Complementary color
Monochromatic Colors of #BB080C
Black with #BB080C
Text Example
Text Example
White with #BB080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB080C; }
p { color: rgb(187,8,12); }
H1.HeaderClassName
{
color: #BB080C;
}
.AnyTagClassName
{
color: #BB080C;
}
</style>
background-color css
<style>
a { background-color: #BB080C; }
a { background-color: rgb(187,8,12); }
div.DivClassName
{
background-color: #BB080C;
}
.BgClassName
{
background-color: #BB080C;
}
</style>
border-color css
<style>
span { border-color: #BB080C; }
span { border-color: rgb(187,8,12); }
td.TdClassName
{
border-color: #BB080C;
}
.TagClassName
{
border-color: #BB080C;
}
</style>