Shades of Venetian Red #B71119
Tints of Venetian Red #B71119
RGB
CMYK
RGB Variations
Color information
#B71119 (or 0xB71119) is known color: Venetian Red. HEX triplet: B7, 11 and 19. RGB value is (183,17,25). Sum of RGB (Red+Green+Blue) = 183+17+25=225 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.33% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 183 - color contains mainly: red. Hex color #B71119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71119 is #48EEE6. Grayscale: #434343. Windows color (decimal): -4779751 or 1642935. OLE color: 1642935.
HSL color Cylindrical-coordinate representation of color #B71119: hue angle of 357.11º 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 #B71119 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 25 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.28 |
| HSL | 357.11º | 0.83% | 0.39% | - |
| HSV(B) | 357.11º | 0.91% | 0.72% | - |
| XYZ | 19.9 | 10.54 | 1.9 | - |
| YUV | 67.55 | 104 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 25 | 0 | 0.91 | 0.86 | 0.28 | 357.11 | 0.83 | 0.39 |
| Hex | B7 | 11 | 19 | 0 | 5B | 56 | 1C | 165 | 53 | 27 |
| Octal | 267 | 21 | 31 | 0 | 133 | 126 | 34 | 545 | 123 | 47 |
| Binary | 10110111 | 10001 | 11001 | 0 | 1011011 | 1010110 | 11100 | 101100101 | 1010011 | 100111 |
Color Harmonies of #B71119
Complementary color
Monochromatic Colors of #B71119
Black with #B71119
Text Example
Text Example
White with #B71119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71119; }
p { color: rgb(183,17,25); }
H1.HeaderClassName
{
color: #B71119;
}
.AnyTagClassName
{
color: #B71119;
}
</style>
background-color css
<style>
a { background-color: #B71119; }
a { background-color: rgb(183,17,25); }
div.DivClassName
{
background-color: #B71119;
}
.BgClassName
{
background-color: #B71119;
}
</style>
border-color css
<style>
span { border-color: #B71119; }
span { border-color: rgb(183,17,25); }
td.TdClassName
{
border-color: #B71119;
}
.TagClassName
{
border-color: #B71119;
}
</style>