Shades of Venetian Red #BB080D
Tints of Venetian Red #BB080D
RGB
CMYK
RGB Variations
Color information
#BB080D (or 0xBB080D) is known color: Venetian Red. HEX triplet: BB, 08 and 0D. RGB value is (187,8,13). Sum of RGB (Red+Green+Blue) = 187+8+13=208 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.90% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 187 - color contains mainly: red. Hex color #BB080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB080D is #44F7F2. Grayscale: #3E3E3E. Windows color (decimal): -4519923 or 854203. OLE color: 854203.
HSL color Cylindrical-coordinate representation of color #BB080D: hue angle of 358.32º 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 #BB080D is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 13 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.27 |
| HSL | 358.32º | 0.92% | 0.38% | - |
| HSV(B) | 358.32º | 0.96% | 0.73% | - |
| XYZ | 20.65 | 10.77 | 1.37 | - |
| YUV | 62.09 | 100.3 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 13 | 0 | 0.96 | 0.93 | 0.27 | 358.32 | 0.92 | 0.38 |
| Hex | BB | 8 | D | 0 | 60 | 5D | 1B | 166 | 5C | 26 |
| Octal | 273 | 10 | 15 | 0 | 140 | 135 | 33 | 546 | 134 | 46 |
| Binary | 10111011 | 1000 | 1101 | 0 | 1100000 | 1011101 | 11011 | 101100110 | 1011100 | 100110 |
Color Harmonies of #BB080D
Complementary color
Monochromatic Colors of #BB080D
Black with #BB080D
Text Example
Text Example
White with #BB080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB080D; }
p { color: rgb(187,8,13); }
H1.HeaderClassName
{
color: #BB080D;
}
.AnyTagClassName
{
color: #BB080D;
}
</style>
background-color css
<style>
a { background-color: #BB080D; }
a { background-color: rgb(187,8,13); }
div.DivClassName
{
background-color: #BB080D;
}
.BgClassName
{
background-color: #BB080D;
}
</style>
border-color css
<style>
span { border-color: #BB080D; }
span { border-color: rgb(187,8,13); }
td.TdClassName
{
border-color: #BB080D;
}
.TagClassName
{
border-color: #BB080D;
}
</style>