Shades of Venetian Red #BB151B
Tints of Venetian Red #BB151B
RGB
CMYK
RGB Variations
Color information
#BB151B (or 0xBB151B) is known color: Venetian Red. HEX triplet: BB, 15 and 1B. RGB value is (187,21,27). Sum of RGB (Red+Green+Blue) = 187+21+27=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB151B is #44EAE4. Grayscale: #474747. Windows color (decimal): -4516581 or 1775035. OLE color: 1775035.
HSL color Cylindrical-coordinate representation of color #BB151B: hue angle of 357.83º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB151B is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 27 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.27 |
| HSL | 357.83º | 0.8% | 0.41% | - |
| HSV(B) | 357.83º | 0.89% | 0.73% | - |
| XYZ | 20.96 | 11.18 | 2.09 | - |
| YUV | 71.32 | 103 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 27 | 0 | 0.89 | 0.86 | 0.27 | 357.83 | 0.8 | 0.41 |
| Hex | BB | 15 | 1B | 0 | 59 | 56 | 1B | 166 | 50 | 29 |
| Octal | 273 | 25 | 33 | 0 | 131 | 126 | 33 | 546 | 120 | 51 |
| Binary | 10111011 | 10101 | 11011 | 0 | 1011001 | 1010110 | 11011 | 101100110 | 1010000 | 101001 |
Color Harmonies of #BB151B
Complementary color
Monochromatic Colors of #BB151B
Black with #BB151B
Text Example
Text Example
White with #BB151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB151B; }
p { color: rgb(187,21,27); }
H1.HeaderClassName
{
color: #BB151B;
}
.AnyTagClassName
{
color: #BB151B;
}
</style>
background-color css
<style>
a { background-color: #BB151B; }
a { background-color: rgb(187,21,27); }
div.DivClassName
{
background-color: #BB151B;
}
.BgClassName
{
background-color: #BB151B;
}
</style>
border-color css
<style>
span { border-color: #BB151B; }
span { border-color: rgb(187,21,27); }
td.TdClassName
{
border-color: #BB151B;
}
.TagClassName
{
border-color: #BB151B;
}
</style>