Shades of Venetian Red #BB0315
Tints of Venetian Red #BB0315
RGB
CMYK
RGB Variations
Color information
#BB0315 (or 0xBB0315) is known color: Venetian Red. HEX triplet: BB, 03 and 15. RGB value is (187,3,21). Sum of RGB (Red+Green+Blue) = 187+3+21=211 (27% of max value = 765). Red value is 187 (73.44% from 255 or 88.63% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0315 is #44FCEA. Grayscale: #3C3C3C. Windows color (decimal): -4521195 or 1377211. OLE color: 1377211.
HSL color Cylindrical-coordinate representation of color #BB0315: hue angle of 354.13º degrees, saturation: 0.97, 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 #BB0315 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 21 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.27 |
| HSL | 354.13º | 0.97% | 0.37% | - |
| HSV(B) | 354.13º | 0.98% | 0.73% | - |
| XYZ | 20.66 | 10.68 | 1.68 | - |
| YUV | 60.07 | 105.96 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 21 | 0 | 0.98 | 0.89 | 0.27 | 354.13 | 0.97 | 0.37 |
| Hex | BB | 3 | 15 | 0 | 62 | 59 | 1B | 162 | 61 | 25 |
| Octal | 273 | 3 | 25 | 0 | 142 | 131 | 33 | 542 | 141 | 45 |
| Binary | 10111011 | 11 | 10101 | 0 | 1100010 | 1011001 | 11011 | 101100010 | 1100001 | 100101 |
Color Harmonies of #BB0315
Complementary color
Monochromatic Colors of #BB0315
Black with #BB0315
Text Example
Text Example
White with #BB0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0315; }
p { color: rgb(187,3,21); }
H1.HeaderClassName
{
color: #BB0315;
}
.AnyTagClassName
{
color: #BB0315;
}
</style>
background-color css
<style>
a { background-color: #BB0315; }
a { background-color: rgb(187,3,21); }
div.DivClassName
{
background-color: #BB0315;
}
.BgClassName
{
background-color: #BB0315;
}
</style>
border-color css
<style>
span { border-color: #BB0315; }
span { border-color: rgb(187,3,21); }
td.TdClassName
{
border-color: #BB0315;
}
.TagClassName
{
border-color: #BB0315;
}
</style>