Shades of Venetian Red #BB0F19
Tints of Venetian Red #BB0F19
RGB
CMYK
RGB Variations
Color information
#BB0F19 (or 0xBB0F19) is known color: Venetian Red. HEX triplet: BB, 0F and 19. RGB value is (187,15,25). Sum of RGB (Red+Green+Blue) = 187+15+25=227 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.38% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0F19 is #44F0E6. Grayscale: #434343. Windows color (decimal): -4518119 or 1642427. OLE color: 1642427.
HSL color Cylindrical-coordinate representation of color #BB0F19: hue angle of 356.51º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F19 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 25 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.27 |
| HSL | 356.51º | 0.85% | 0.4% | - |
| HSV(B) | 356.51º | 0.92% | 0.73% | - |
| XYZ | 20.84 | 10.98 | 1.94 | - |
| YUV | 67.57 | 103.98 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 25 | 0 | 0.92 | 0.87 | 0.27 | 356.51 | 0.85 | 0.4 |
| Hex | BB | F | 19 | 0 | 5C | 57 | 1B | 165 | 55 | 28 |
| Octal | 273 | 17 | 31 | 0 | 134 | 127 | 33 | 545 | 125 | 50 |
| Binary | 10111011 | 1111 | 11001 | 0 | 1011100 | 1010111 | 11011 | 101100101 | 1010101 | 101000 |
Color Harmonies of #BB0F19
Complementary color
Monochromatic Colors of #BB0F19
Black with #BB0F19
Text Example
Text Example
White with #BB0F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0F19; }
p { color: rgb(187,15,25); }
H1.HeaderClassName
{
color: #BB0F19;
}
.AnyTagClassName
{
color: #BB0F19;
}
</style>
background-color css
<style>
a { background-color: #BB0F19; }
a { background-color: rgb(187,15,25); }
div.DivClassName
{
background-color: #BB0F19;
}
.BgClassName
{
background-color: #BB0F19;
}
</style>
border-color css
<style>
span { border-color: #BB0F19; }
span { border-color: rgb(187,15,25); }
td.TdClassName
{
border-color: #BB0F19;
}
.TagClassName
{
border-color: #BB0F19;
}
</style>