Shades of Venetian Red #B81115
Tints of Venetian Red #B81115
RGB
CMYK
RGB Variations
Color information
#B81115 (or 0xB81115) is known color: Venetian Red. HEX triplet: B8, 11 and 15. RGB value is (184,17,21). Sum of RGB (Red+Green+Blue) = 184+17+21=222 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.88% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 184 - color contains mainly: red. Hex color #B81115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81115 is #47EEEA. Grayscale: #434343. Windows color (decimal): -4714219 or 1380792. OLE color: 1380792.
HSL color Cylindrical-coordinate representation of color #B81115: hue angle of 358.56º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81115 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 21 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.28 |
| HSL | 358.56º | 0.83% | 0.39% | - |
| HSV(B) | 358.56º | 0.91% | 0.72% | - |
| XYZ | 20.1 | 10.65 | 1.7 | - |
| YUV | 67.39 | 101.83 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 21 | 0 | 0.91 | 0.89 | 0.28 | 358.56 | 0.83 | 0.39 |
| Hex | B8 | 11 | 15 | 0 | 5B | 59 | 1C | 167 | 53 | 27 |
| Octal | 270 | 21 | 25 | 0 | 133 | 131 | 34 | 547 | 123 | 47 |
| Binary | 10111000 | 10001 | 10101 | 0 | 1011011 | 1011001 | 11100 | 101100111 | 1010011 | 100111 |
Color Harmonies of #B81115
Complementary color
Monochromatic Colors of #B81115
Black with #B81115
Text Example
Text Example
White with #B81115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81115; }
p { color: rgb(184,17,21); }
H1.HeaderClassName
{
color: #B81115;
}
.AnyTagClassName
{
color: #B81115;
}
</style>
background-color css
<style>
a { background-color: #B81115; }
a { background-color: rgb(184,17,21); }
div.DivClassName
{
background-color: #B81115;
}
.BgClassName
{
background-color: #B81115;
}
</style>
border-color css
<style>
span { border-color: #B81115; }
span { border-color: rgb(184,17,21); }
td.TdClassName
{
border-color: #B81115;
}
.TagClassName
{
border-color: #B81115;
}
</style>