Shades of Venetian Red #B71519
Tints of Venetian Red #B71519
RGB
CMYK
RGB Variations
Color information
#B71519 (or 0xB71519) is known color: Venetian Red. HEX triplet: B7, 15 and 19. RGB value is (183,21,25). Sum of RGB (Red+Green+Blue) = 183+21+25=229 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.91% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 183 - color contains mainly: red. Hex color #B71519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71519 is #48EAE6. Grayscale: #464646. Windows color (decimal): -4778727 or 1643959. OLE color: 1643959.
HSL color Cylindrical-coordinate representation of color #B71519: hue angle of 358.52º degrees, saturation: 0.79, 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 #B71519 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 25 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.28 |
| HSL | 358.52º | 0.79% | 0.4% | - |
| HSV(B) | 358.52º | 0.89% | 0.72% | - |
| XYZ | 19.97 | 10.67 | 1.93 | - |
| YUV | 69.89 | 102.67 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 25 | 0 | 0.89 | 0.86 | 0.28 | 358.52 | 0.79 | 0.4 |
| Hex | B7 | 15 | 19 | 0 | 59 | 56 | 1C | 167 | 4F | 28 |
| Octal | 267 | 25 | 31 | 0 | 131 | 126 | 34 | 547 | 117 | 50 |
| Binary | 10110111 | 10101 | 11001 | 0 | 1011001 | 1010110 | 11100 | 101100111 | 1001111 | 101000 |
Color Harmonies of #B71519
Complementary color
Monochromatic Colors of #B71519
Black with #B71519
Text Example
Text Example
White with #B71519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71519; }
p { color: rgb(183,21,25); }
H1.HeaderClassName
{
color: #B71519;
}
.AnyTagClassName
{
color: #B71519;
}
</style>
background-color css
<style>
a { background-color: #B71519; }
a { background-color: rgb(183,21,25); }
div.DivClassName
{
background-color: #B71519;
}
.BgClassName
{
background-color: #B71519;
}
</style>
border-color css
<style>
span { border-color: #B71519; }
span { border-color: rgb(183,21,25); }
td.TdClassName
{
border-color: #B71519;
}
.TagClassName
{
border-color: #B71519;
}
</style>