Shades of Venetian Red #B71416
Tints of Venetian Red #B71416
RGB
CMYK
RGB Variations
Color information
#B71416 (or 0xB71416) is known color: Venetian Red. HEX triplet: B7, 14 and 16. RGB value is (183,20,22). Sum of RGB (Red+Green+Blue) = 183+20+22=225 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.33% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 183 - color contains mainly: red. Hex color #B71416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71416 is #48EBE9. Grayscale: #454545. Windows color (decimal): -4778986 or 1447095. OLE color: 1447095.
HSL color Cylindrical-coordinate representation of color #B71416: hue angle of 359.26º 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 #B71416 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 22 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.28 |
| HSL | 359.26º | 0.8% | 0.4% | - |
| HSV(B) | 359.26º | 0.89% | 0.72% | - |
| XYZ | 19.92 | 10.63 | 1.76 | - |
| YUV | 68.97 | 101.5 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 22 | 0 | 0.89 | 0.88 | 0.28 | 359.26 | 0.8 | 0.4 |
| Hex | B7 | 14 | 16 | 0 | 59 | 58 | 1C | 167 | 50 | 28 |
| Octal | 267 | 24 | 26 | 0 | 131 | 130 | 34 | 547 | 120 | 50 |
| Binary | 10110111 | 10100 | 10110 | 0 | 1011001 | 1011000 | 11100 | 101100111 | 1010000 | 101000 |
Color Harmonies of #B71416
Complementary color
Monochromatic Colors of #B71416
Black with #B71416
Text Example
Text Example
White with #B71416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71416; }
p { color: rgb(183,20,22); }
H1.HeaderClassName
{
color: #B71416;
}
.AnyTagClassName
{
color: #B71416;
}
</style>
background-color css
<style>
a { background-color: #B71416; }
a { background-color: rgb(183,20,22); }
div.DivClassName
{
background-color: #B71416;
}
.BgClassName
{
background-color: #B71416;
}
</style>
border-color css
<style>
span { border-color: #B71416; }
span { border-color: rgb(183,20,22); }
td.TdClassName
{
border-color: #B71416;
}
.TagClassName
{
border-color: #B71416;
}
</style>