Shades of Venetian Red #B71417
Tints of Venetian Red #B71417
RGB
CMYK
RGB Variations
Color information
#B71417 (or 0xB71417) is known color: Venetian Red. HEX triplet: B7, 14 and 17. RGB value is (183,20,23). Sum of RGB (Red+Green+Blue) = 183+20+23=226 (29% of max value = 765). Red value is 183 (71.88% from 255 or 80.97% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 183 - color contains mainly: red. Hex color #B71417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71417 is #48EBE8. Grayscale: #454545. Windows color (decimal): -4778985 or 1512631. OLE color: 1512631.
HSL color Cylindrical-coordinate representation of color #B71417: hue angle of 358.9º 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 #B71417 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 23 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.28 |
| HSL | 358.9º | 0.8% | 0.4% | - |
| HSV(B) | 358.9º | 0.89% | 0.72% | - |
| XYZ | 19.93 | 10.63 | 1.81 | - |
| YUV | 69.08 | 102 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 23 | 0 | 0.89 | 0.87 | 0.28 | 358.9 | 0.8 | 0.4 |
| Hex | B7 | 14 | 17 | 0 | 59 | 57 | 1C | 167 | 50 | 28 |
| Octal | 267 | 24 | 27 | 0 | 131 | 127 | 34 | 547 | 120 | 50 |
| Binary | 10110111 | 10100 | 10111 | 0 | 1011001 | 1010111 | 11100 | 101100111 | 1010000 | 101000 |
Color Harmonies of #B71417
Complementary color
Monochromatic Colors of #B71417
Black with #B71417
Text Example
Text Example
White with #B71417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71417; }
p { color: rgb(183,20,23); }
H1.HeaderClassName
{
color: #B71417;
}
.AnyTagClassName
{
color: #B71417;
}
</style>
background-color css
<style>
a { background-color: #B71417; }
a { background-color: rgb(183,20,23); }
div.DivClassName
{
background-color: #B71417;
}
.BgClassName
{
background-color: #B71417;
}
</style>
border-color css
<style>
span { border-color: #B71417; }
span { border-color: rgb(183,20,23); }
td.TdClassName
{
border-color: #B71417;
}
.TagClassName
{
border-color: #B71417;
}
</style>