Shades of Venetian Red #BB131B
Tints of Venetian Red #BB131B
RGB
CMYK
RGB Variations
Color information
#BB131B (or 0xBB131B) is known color: Venetian Red. HEX triplet: BB, 13 and 1B. RGB value is (187,19,27). Sum of RGB (Red+Green+Blue) = 187+19+27=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB131B is #44ECE4. Grayscale: #464646. Windows color (decimal): -4517093 or 1774523. OLE color: 1774523.
HSL color Cylindrical-coordinate representation of color #BB131B: hue angle of 357.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB131B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 27 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.27 |
| HSL | 357.14º | 0.82% | 0.4% | - |
| HSV(B) | 357.14º | 0.9% | 0.73% | - |
| XYZ | 20.92 | 11.11 | 2.08 | - |
| YUV | 70.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 27 | 0 | 0.90 | 0.86 | 0.27 | 357.14 | 0.82 | 0.4 |
| Hex | BB | 13 | 1B | 0 | 5A | 56 | 1B | 165 | 52 | 28 |
| Octal | 273 | 23 | 33 | 0 | 132 | 126 | 33 | 545 | 122 | 50 |
| Binary | 10111011 | 10011 | 11011 | 0 | 1011010 | 1010110 | 11011 | 101100101 | 1010010 | 101000 |
Color Harmonies of #BB131B
Complementary color
Monochromatic Colors of #BB131B
Black with #BB131B
Text Example
Text Example
White with #BB131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB131B; }
p { color: rgb(187,19,27); }
H1.HeaderClassName
{
color: #BB131B;
}
.AnyTagClassName
{
color: #BB131B;
}
</style>
background-color css
<style>
a { background-color: #BB131B; }
a { background-color: rgb(187,19,27); }
div.DivClassName
{
background-color: #BB131B;
}
.BgClassName
{
background-color: #BB131B;
}
</style>
border-color css
<style>
span { border-color: #BB131B; }
span { border-color: rgb(187,19,27); }
td.TdClassName
{
border-color: #BB131B;
}
.TagClassName
{
border-color: #BB131B;
}
</style>