Shades of Venetian Red #B71320
Tints of Venetian Red #B71320
RGB
CMYK
RGB Variations
Color information
#B71320 (or 0xB71320) is known color: Venetian Red. HEX triplet: B7, 13 and 20. RGB value is (183,19,32). Sum of RGB (Red+Green+Blue) = 183+19+32=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B71320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71320 is #48ECDF. Grayscale: #454545. Windows color (decimal): -4779232 or 2102199. OLE color: 2102199.
HSL color Cylindrical-coordinate representation of color #B71320: hue angle of 355.24º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71320 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 32 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.28 |
| HSL | 355.24º | 0.81% | 0.4% | - |
| HSV(B) | 355.24º | 0.9% | 0.72% | - |
| XYZ | 20.02 | 10.64 | 2.36 | - |
| YUV | 69.52 | 106.83 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 32 | 0 | 0.90 | 0.83 | 0.28 | 355.24 | 0.81 | 0.4 |
| Hex | B7 | 13 | 20 | 0 | 5A | 53 | 1C | 163 | 51 | 28 |
| Octal | 267 | 23 | 40 | 0 | 132 | 123 | 34 | 543 | 121 | 50 |
| Binary | 10110111 | 10011 | 100000 | 0 | 1011010 | 1010011 | 11100 | 101100011 | 1010001 | 101000 |
Color Harmonies of #B71320
Complementary color
Monochromatic Colors of #B71320
Black with #B71320
Text Example
Text Example
White with #B71320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71320; }
p { color: rgb(183,19,32); }
H1.HeaderClassName
{
color: #B71320;
}
.AnyTagClassName
{
color: #B71320;
}
</style>
background-color css
<style>
a { background-color: #B71320; }
a { background-color: rgb(183,19,32); }
div.DivClassName
{
background-color: #B71320;
}
.BgClassName
{
background-color: #B71320;
}
</style>
border-color css
<style>
span { border-color: #B71320; }
span { border-color: rgb(183,19,32); }
td.TdClassName
{
border-color: #B71320;
}
.TagClassName
{
border-color: #B71320;
}
</style>