Shades of Venetian Red #BB0928
Tints of Venetian Red #BB0928
RGB
CMYK
RGB Variations
Color information
#BB0928 (or 0xBB0928) is known color: Venetian Red. HEX triplet: BB, 09 and 28. RGB value is (187,9,40). Sum of RGB (Red+Green+Blue) = 187+9+40=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0928 is #44F6D7. Grayscale: #414141. Windows color (decimal): -4519640 or 2623931. OLE color: 2623931.
HSL color Cylindrical-coordinate representation of color #BB0928: hue angle of 349.55º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0928 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 40 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.27 |
| HSL | 349.55º | 0.91% | 0.38% | - |
| HSV(B) | 349.55º | 0.95% | 0.73% | - |
| XYZ | 20.97 | 10.91 | 3.01 | - |
| YUV | 65.76 | 113.47 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 40 | 0 | 0.95 | 0.79 | 0.27 | 349.55 | 0.91 | 0.38 |
| Hex | BB | 9 | 28 | 0 | 5F | 4F | 1B | 15E | 5B | 26 |
| Octal | 273 | 11 | 50 | 0 | 137 | 117 | 33 | 536 | 133 | 46 |
| Binary | 10111011 | 1001 | 101000 | 0 | 1011111 | 1001111 | 11011 | 101011110 | 1011011 | 100110 |
Color Harmonies of #BB0928
Complementary color
Monochromatic Colors of #BB0928
Black with #BB0928
Text Example
Text Example
White with #BB0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0928; }
p { color: rgb(187,9,40); }
H1.HeaderClassName
{
color: #BB0928;
}
.AnyTagClassName
{
color: #BB0928;
}
</style>
background-color css
<style>
a { background-color: #BB0928; }
a { background-color: rgb(187,9,40); }
div.DivClassName
{
background-color: #BB0928;
}
.BgClassName
{
background-color: #BB0928;
}
</style>
border-color css
<style>
span { border-color: #BB0928; }
span { border-color: rgb(187,9,40); }
td.TdClassName
{
border-color: #BB0928;
}
.TagClassName
{
border-color: #BB0928;
}
</style>