Shades of Venetian Red #B81516
Tints of Venetian Red #B81516
RGB
CMYK
RGB Variations
Color information
#B81516 (or 0xB81516) is known color: Venetian Red. HEX triplet: B8, 15 and 16. RGB value is (184,21,22). Sum of RGB (Red+Green+Blue) = 184+21+22=227 (30% of max value = 765). Red value is 184 (72.27% from 255 or 81.06% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 184 - color contains mainly: red. Hex color #B81516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81516 is #47EAE9. Grayscale: #464646. Windows color (decimal): -4713194 or 1447352. OLE color: 1447352.
HSL color Cylindrical-coordinate representation of color #B81516: hue angle of 359.63º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81516 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 22 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.28 |
| HSL | 359.63º | 0.8% | 0.4% | - |
| HSV(B) | 359.63º | 0.89% | 0.72% | - |
| XYZ | 20.18 | 10.78 | 1.78 | - |
| YUV | 69.85 | 101 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 22 | 0 | 0.89 | 0.88 | 0.28 | 359.63 | 0.8 | 0.4 |
| Hex | B8 | 15 | 16 | 0 | 59 | 58 | 1C | 168 | 50 | 28 |
| Octal | 270 | 25 | 26 | 0 | 131 | 130 | 34 | 550 | 120 | 50 |
| Binary | 10111000 | 10101 | 10110 | 0 | 1011001 | 1011000 | 11100 | 101101000 | 1010000 | 101000 |
Color Harmonies of #B81516
Complementary color
Monochromatic Colors of #B81516
Black with #B81516
Text Example
Text Example
White with #B81516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81516; }
p { color: rgb(184,21,22); }
H1.HeaderClassName
{
color: #B81516;
}
.AnyTagClassName
{
color: #B81516;
}
</style>
background-color css
<style>
a { background-color: #B81516; }
a { background-color: rgb(184,21,22); }
div.DivClassName
{
background-color: #B81516;
}
.BgClassName
{
background-color: #B81516;
}
</style>
border-color css
<style>
span { border-color: #B81516; }
span { border-color: rgb(184,21,22); }
td.TdClassName
{
border-color: #B81516;
}
.TagClassName
{
border-color: #B81516;
}
</style>