Shades of Venetian Red #BB0A0E
Tints of Venetian Red #BB0A0E
RGB
CMYK
RGB Variations
Color information
#BB0A0E (or 0xBB0A0E) is known color: Venetian Red. HEX triplet: BB, 0A and 0E. RGB value is (187,10,14). Sum of RGB (Red+Green+Blue) = 187+10+14=211 (27% of max value = 765). Red value is 187 (73.44% from 255 or 88.63% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0A0E is #44F5F1. Grayscale: #3F3F3F. Windows color (decimal): -4519410 or 920251. OLE color: 920251.
HSL color Cylindrical-coordinate representation of color #BB0A0E: hue angle of 358.64º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0A0E is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 10 | 14 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.27 |
| HSL | 358.64º | 0.9% | 0.39% | - |
| HSV(B) | 358.64º | 0.95% | 0.73% | - |
| XYZ | 20.68 | 10.81 | 1.41 | - |
| YUV | 63.38 | 100.14 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 10 | 14 | 0 | 0.95 | 0.93 | 0.27 | 358.64 | 0.9 | 0.39 |
| Hex | BB | A | E | 0 | 5F | 5D | 1B | 167 | 5A | 27 |
| Octal | 273 | 12 | 16 | 0 | 137 | 135 | 33 | 547 | 132 | 47 |
| Binary | 10111011 | 1010 | 1110 | 0 | 1011111 | 1011101 | 11011 | 101100111 | 1011010 | 100111 |
Color Harmonies of #BB0A0E
Complementary color
Monochromatic Colors of #BB0A0E
Black with #BB0A0E
Text Example
Text Example
White with #BB0A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0A0E; }
p { color: rgb(187,10,14); }
H1.HeaderClassName
{
color: #BB0A0E;
}
.AnyTagClassName
{
color: #BB0A0E;
}
</style>
background-color css
<style>
a { background-color: #BB0A0E; }
a { background-color: rgb(187,10,14); }
div.DivClassName
{
background-color: #BB0A0E;
}
.BgClassName
{
background-color: #BB0A0E;
}
</style>
border-color css
<style>
span { border-color: #BB0A0E; }
span { border-color: rgb(187,10,14); }
td.TdClassName
{
border-color: #BB0A0E;
}
.TagClassName
{
border-color: #BB0A0E;
}
</style>