Shades of Venetian Red #BB0918
Tints of Venetian Red #BB0918
RGB
CMYK
RGB Variations
Color information
#BB0918 (or 0xBB0918) is known color: Venetian Red. HEX triplet: BB, 09 and 18. RGB value is (187,9,24). Sum of RGB (Red+Green+Blue) = 187+9+24=220 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0918 is #44F6E7. Grayscale: #404040. Windows color (decimal): -4519656 or 1575355. OLE color: 1575355.
HSL color Cylindrical-coordinate representation of color #BB0918: hue angle of 354.94º 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 #BB0918 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 24 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.27 |
| HSL | 354.94º | 0.91% | 0.38% | - |
| HSV(B) | 354.94º | 0.95% | 0.73% | - |
| XYZ | 20.76 | 10.83 | 1.86 | - |
| YUV | 63.93 | 105.47 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 24 | 0 | 0.95 | 0.87 | 0.27 | 354.94 | 0.91 | 0.38 |
| Hex | BB | 9 | 18 | 0 | 5F | 57 | 1B | 163 | 5B | 26 |
| Octal | 273 | 11 | 30 | 0 | 137 | 127 | 33 | 543 | 133 | 46 |
| Binary | 10111011 | 1001 | 11000 | 0 | 1011111 | 1010111 | 11011 | 101100011 | 1011011 | 100110 |
Color Harmonies of #BB0918
Complementary color
Monochromatic Colors of #BB0918
Black with #BB0918
Text Example
Text Example
White with #BB0918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0918; }
p { color: rgb(187,9,24); }
H1.HeaderClassName
{
color: #BB0918;
}
.AnyTagClassName
{
color: #BB0918;
}
</style>
background-color css
<style>
a { background-color: #BB0918; }
a { background-color: rgb(187,9,24); }
div.DivClassName
{
background-color: #BB0918;
}
.BgClassName
{
background-color: #BB0918;
}
</style>
border-color css
<style>
span { border-color: #BB0918; }
span { border-color: rgb(187,9,24); }
td.TdClassName
{
border-color: #BB0918;
}
.TagClassName
{
border-color: #BB0918;
}
</style>