Shades of Venetian Red #BB0415
Tints of Venetian Red #BB0415
RGB
CMYK
RGB Variations
Color information
#BB0415 (or 0xBB0415) is known color: Venetian Red. HEX triplet: BB, 04 and 15. RGB value is (187,4,21). Sum of RGB (Red+Green+Blue) = 187+4+21=212 (28% of max value = 765). Red value is 187 (73.44% from 255 or 88.21% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0415 is #44FBEA. Grayscale: #3C3C3C. Windows color (decimal): -4520939 or 1377467. OLE color: 1377467.
HSL color Cylindrical-coordinate representation of color #BB0415: hue angle of 354.43º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0415 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 21 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.27 |
| HSL | 354.43º | 0.96% | 0.37% | - |
| HSV(B) | 354.43º | 0.98% | 0.73% | - |
| XYZ | 20.67 | 10.71 | 1.69 | - |
| YUV | 60.66 | 105.63 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 21 | 0 | 0.98 | 0.89 | 0.27 | 354.43 | 0.96 | 0.37 |
| Hex | BB | 4 | 15 | 0 | 62 | 59 | 1B | 162 | 60 | 25 |
| Octal | 273 | 4 | 25 | 0 | 142 | 131 | 33 | 542 | 140 | 45 |
| Binary | 10111011 | 100 | 10101 | 0 | 1100010 | 1011001 | 11011 | 101100010 | 1100000 | 100101 |
Color Harmonies of #BB0415
Complementary color
Monochromatic Colors of #BB0415
Black with #BB0415
Text Example
Text Example
White with #BB0415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0415; }
p { color: rgb(187,4,21); }
H1.HeaderClassName
{
color: #BB0415;
}
.AnyTagClassName
{
color: #BB0415;
}
</style>
background-color css
<style>
a { background-color: #BB0415; }
a { background-color: rgb(187,4,21); }
div.DivClassName
{
background-color: #BB0415;
}
.BgClassName
{
background-color: #BB0415;
}
</style>
border-color css
<style>
span { border-color: #BB0415; }
span { border-color: rgb(187,4,21); }
td.TdClassName
{
border-color: #BB0415;
}
.TagClassName
{
border-color: #BB0415;
}
</style>