Shades of Venetian Red #BB0E1C
Tints of Venetian Red #BB0E1C
RGB
CMYK
RGB Variations
Color information
#BB0E1C (or 0xBB0E1C) is known color: Venetian Red. HEX triplet: BB, 0E and 1C. RGB value is (187,14,28). Sum of RGB (Red+Green+Blue) = 187+14+28=229 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.66% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E1C is #44F1E3. Grayscale: #434343. Windows color (decimal): -4518372 or 1838779. OLE color: 1838779.
HSL color Cylindrical-coordinate representation of color #BB0E1C: hue angle of 355.14º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0E1C is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 14 | 28 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.27 |
| HSL | 355.14º | 0.86% | 0.39% | - |
| HSV(B) | 355.14º | 0.93% | 0.73% | - |
| XYZ | 20.86 | 10.96 | 2.12 | - |
| YUV | 67.32 | 105.81 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 28 | 0 | 0.93 | 0.85 | 0.27 | 355.14 | 0.86 | 0.39 |
| Hex | BB | E | 1C | 0 | 5D | 55 | 1B | 163 | 56 | 27 |
| Octal | 273 | 16 | 34 | 0 | 135 | 125 | 33 | 543 | 126 | 47 |
| Binary | 10111011 | 1110 | 11100 | 0 | 1011101 | 1010101 | 11011 | 101100011 | 1010110 | 100111 |
Color Harmonies of #BB0E1C
Complementary color
Monochromatic Colors of #BB0E1C
Black with #BB0E1C
Text Example
Text Example
White with #BB0E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0E1C; }
p { color: rgb(187,14,28); }
H1.HeaderClassName
{
color: #BB0E1C;
}
.AnyTagClassName
{
color: #BB0E1C;
}
</style>
background-color css
<style>
a { background-color: #BB0E1C; }
a { background-color: rgb(187,14,28); }
div.DivClassName
{
background-color: #BB0E1C;
}
.BgClassName
{
background-color: #BB0E1C;
}
</style>
border-color css
<style>
span { border-color: #BB0E1C; }
span { border-color: rgb(187,14,28); }
td.TdClassName
{
border-color: #BB0E1C;
}
.TagClassName
{
border-color: #BB0E1C;
}
</style>