Shades of Venetian Red #BB1018
Tints of Venetian Red #BB1018
RGB
CMYK
RGB Variations
Color information
#BB1018 (or 0xBB1018) is known color: Venetian Red. HEX triplet: BB, 10 and 18. RGB value is (187,16,24). Sum of RGB (Red+Green+Blue) = 187+16+24=227 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.38% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1018 is #44EFE7. Grayscale: #444444. Windows color (decimal): -4517864 or 1577147. OLE color: 1577147.
HSL color Cylindrical-coordinate representation of color #BB1018: hue angle of 357.19º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1018 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 24 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.27 |
| HSL | 357.19º | 0.84% | 0.4% | - |
| HSV(B) | 357.19º | 0.91% | 0.73% | - |
| XYZ | 20.84 | 11 | 1.89 | - |
| YUV | 68.04 | 103.15 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 24 | 0 | 0.91 | 0.87 | 0.27 | 357.19 | 0.84 | 0.4 |
| Hex | BB | 10 | 18 | 0 | 5B | 57 | 1B | 165 | 54 | 28 |
| Octal | 273 | 20 | 30 | 0 | 133 | 127 | 33 | 545 | 124 | 50 |
| Binary | 10111011 | 10000 | 11000 | 0 | 1011011 | 1010111 | 11011 | 101100101 | 1010100 | 101000 |
Color Harmonies of #BB1018
Complementary color
Monochromatic Colors of #BB1018
Black with #BB1018
Text Example
Text Example
White with #BB1018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1018; }
p { color: rgb(187,16,24); }
H1.HeaderClassName
{
color: #BB1018;
}
.AnyTagClassName
{
color: #BB1018;
}
</style>
background-color css
<style>
a { background-color: #BB1018; }
a { background-color: rgb(187,16,24); }
div.DivClassName
{
background-color: #BB1018;
}
.BgClassName
{
background-color: #BB1018;
}
</style>
border-color css
<style>
span { border-color: #BB1018; }
span { border-color: rgb(187,16,24); }
td.TdClassName
{
border-color: #BB1018;
}
.TagClassName
{
border-color: #BB1018;
}
</style>