Shades of Venetian Red #B71819
Tints of Venetian Red #B71819
RGB
CMYK
RGB Variations
Color information
#B71819 (or 0xB71819) is known color: Venetian Red. HEX triplet: B7, 18 and 19. RGB value is (183,24,25). Sum of RGB (Red+Green+Blue) = 183+24+25=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B71819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71819 is #48E7E6. Grayscale: #474747. Windows color (decimal): -4777959 or 1644727. OLE color: 1644727.
HSL color Cylindrical-coordinate representation of color #B71819: hue angle of 359.62º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71819 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 25 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.28 |
| HSL | 359.62º | 0.77% | 0.41% | - |
| HSV(B) | 359.62º | 0.87% | 0.72% | - |
| XYZ | 20.03 | 10.79 | 1.95 | - |
| YUV | 71.66 | 101.68 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 25 | 0 | 0.87 | 0.86 | 0.28 | 359.62 | 0.77 | 0.41 |
| Hex | B7 | 18 | 19 | 0 | 57 | 56 | 1C | 168 | 4D | 29 |
| Octal | 267 | 30 | 31 | 0 | 127 | 126 | 34 | 550 | 115 | 51 |
| Binary | 10110111 | 11000 | 11001 | 0 | 1010111 | 1010110 | 11100 | 101101000 | 1001101 | 101001 |
Color Harmonies of #B71819
Complementary color
Monochromatic Colors of #B71819
Black with #B71819
Text Example
Text Example
White with #B71819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71819; }
p { color: rgb(183,24,25); }
H1.HeaderClassName
{
color: #B71819;
}
.AnyTagClassName
{
color: #B71819;
}
</style>
background-color css
<style>
a { background-color: #B71819; }
a { background-color: rgb(183,24,25); }
div.DivClassName
{
background-color: #B71819;
}
.BgClassName
{
background-color: #B71819;
}
</style>
border-color css
<style>
span { border-color: #B71819; }
span { border-color: rgb(183,24,25); }
td.TdClassName
{
border-color: #B71819;
}
.TagClassName
{
border-color: #B71819;
}
</style>