Shades of Venetian Red #BB080A
Tints of Venetian Red #BB080A
RGB
CMYK
RGB Variations
Color information
#BB080A (or 0xBB080A) is known color: Venetian Red. HEX triplet: BB, 08 and 0A. RGB value is (187,8,10). Sum of RGB (Red+Green+Blue) = 187+8+10=205 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.22% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 187 - color contains mainly: red. Hex color #BB080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB080A is #44F7F5. Grayscale: #3D3D3D. Windows color (decimal): -4519926 or 657595. OLE color: 657595.
HSL color Cylindrical-coordinate representation of color #BB080A: hue angle of 359.33º 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 #BB080A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 10 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.27 |
| HSL | 359.33º | 0.92% | 0.38% | - |
| HSV(B) | 359.33º | 0.96% | 0.73% | - |
| XYZ | 20.64 | 10.76 | 1.28 | - |
| YUV | 61.75 | 98.8 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 10 | 0 | 0.96 | 0.95 | 0.27 | 359.33 | 0.92 | 0.38 |
| Hex | BB | 8 | A | 0 | 60 | 5F | 1B | 167 | 5C | 26 |
| Octal | 273 | 10 | 12 | 0 | 140 | 137 | 33 | 547 | 134 | 46 |
| Binary | 10111011 | 1000 | 1010 | 0 | 1100000 | 1011111 | 11011 | 101100111 | 1011100 | 100110 |
Color Harmonies of #BB080A
Complementary color
Monochromatic Colors of #BB080A
Black with #BB080A
Text Example
Text Example
White with #BB080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB080A; }
p { color: rgb(187,8,10); }
H1.HeaderClassName
{
color: #BB080A;
}
.AnyTagClassName
{
color: #BB080A;
}
</style>
background-color css
<style>
a { background-color: #BB080A; }
a { background-color: rgb(187,8,10); }
div.DivClassName
{
background-color: #BB080A;
}
.BgClassName
{
background-color: #BB080A;
}
</style>
border-color css
<style>
span { border-color: #BB080A; }
span { border-color: rgb(187,8,10); }
td.TdClassName
{
border-color: #BB080A;
}
.TagClassName
{
border-color: #BB080A;
}
</style>