Shades of Venetian Red #B71220
Tints of Venetian Red #B71220
RGB
CMYK
RGB Variations
Color information
#B71220 (or 0xB71220) is known color: Venetian Red. HEX triplet: B7, 12 and 20. RGB value is (183,18,32). Sum of RGB (Red+Green+Blue) = 183+18+32=233 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.54% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 183 - color contains mainly: red. Hex color #B71220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71220 is #48EDDF. Grayscale: #454545. Windows color (decimal): -4779488 or 2101943. OLE color: 2101943.
HSL color Cylindrical-coordinate representation of color #B71220: hue angle of 354.91º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71220 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 32 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.28 |
| HSL | 354.91º | 0.82% | 0.39% | - |
| HSV(B) | 354.91º | 0.9% | 0.72% | - |
| XYZ | 20.01 | 10.6 | 2.36 | - |
| YUV | 68.93 | 107.16 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 32 | 0 | 0.90 | 0.83 | 0.28 | 354.91 | 0.82 | 0.39 |
| Hex | B7 | 12 | 20 | 0 | 5A | 53 | 1C | 163 | 52 | 27 |
| Octal | 267 | 22 | 40 | 0 | 132 | 123 | 34 | 543 | 122 | 47 |
| Binary | 10110111 | 10010 | 100000 | 0 | 1011010 | 1010011 | 11100 | 101100011 | 1010010 | 100111 |
Color Harmonies of #B71220
Complementary color
Monochromatic Colors of #B71220
Black with #B71220
Text Example
Text Example
White with #B71220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71220; }
p { color: rgb(183,18,32); }
H1.HeaderClassName
{
color: #B71220;
}
.AnyTagClassName
{
color: #B71220;
}
</style>
background-color css
<style>
a { background-color: #B71220; }
a { background-color: rgb(183,18,32); }
div.DivClassName
{
background-color: #B71220;
}
.BgClassName
{
background-color: #B71220;
}
</style>
border-color css
<style>
span { border-color: #B71220; }
span { border-color: rgb(183,18,32); }
td.TdClassName
{
border-color: #B71220;
}
.TagClassName
{
border-color: #B71220;
}
</style>