Shades of Venetian Red #BB121B
Tints of Venetian Red #BB121B
RGB
CMYK
RGB Variations
Color information
#BB121B (or 0xBB121B) is known color: Venetian Red. HEX triplet: BB, 12 and 1B. RGB value is (187,18,27). Sum of RGB (Red+Green+Blue) = 187+18+27=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB121B is #44EDE4. Grayscale: #454545. Windows color (decimal): -4517349 or 1774267. OLE color: 1774267.
HSL color Cylindrical-coordinate representation of color #BB121B: hue angle of 356.8º 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 #BB121B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 27 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.27 |
| HSL | 356.8º | 0.82% | 0.4% | - |
| HSV(B) | 356.8º | 0.9% | 0.73% | - |
| XYZ | 20.91 | 11.08 | 2.07 | - |
| YUV | 69.56 | 103.99 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 27 | 0 | 0.90 | 0.86 | 0.27 | 356.8 | 0.82 | 0.4 |
| Hex | BB | 12 | 1B | 0 | 5A | 56 | 1B | 165 | 52 | 28 |
| Octal | 273 | 22 | 33 | 0 | 132 | 126 | 33 | 545 | 122 | 50 |
| Binary | 10111011 | 10010 | 11011 | 0 | 1011010 | 1010110 | 11011 | 101100101 | 1010010 | 101000 |
Color Harmonies of #BB121B
Complementary color
Monochromatic Colors of #BB121B
Black with #BB121B
Text Example
Text Example
White with #BB121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB121B; }
p { color: rgb(187,18,27); }
H1.HeaderClassName
{
color: #BB121B;
}
.AnyTagClassName
{
color: #BB121B;
}
</style>
background-color css
<style>
a { background-color: #BB121B; }
a { background-color: rgb(187,18,27); }
div.DivClassName
{
background-color: #BB121B;
}
.BgClassName
{
background-color: #BB121B;
}
</style>
border-color css
<style>
span { border-color: #BB121B; }
span { border-color: rgb(187,18,27); }
td.TdClassName
{
border-color: #BB121B;
}
.TagClassName
{
border-color: #BB121B;
}
</style>