Shades of Venetian Red #B71121
Tints of Venetian Red #B71121
RGB
CMYK
RGB Variations
Color information
#B71121 (or 0xB71121) is known color: Venetian Red. HEX triplet: B7, 11 and 21. RGB value is (183,17,33). Sum of RGB (Red+Green+Blue) = 183+17+33=233 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.54% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 183 - color contains mainly: red. Hex color #B71121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71121 is #48EEDE. Grayscale: #444444. Windows color (decimal): -4779743 or 2167223. OLE color: 2167223.
HSL color Cylindrical-coordinate representation of color #B71121: hue angle of 354.22º 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 #B71121 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 33 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.28 |
| HSL | 354.22º | 0.83% | 0.39% | - |
| HSV(B) | 354.22º | 0.91% | 0.72% | - |
| XYZ | 20 | 10.58 | 2.43 | - |
| YUV | 68.46 | 108 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 33 | 0 | 0.91 | 0.82 | 0.28 | 354.22 | 0.83 | 0.39 |
| Hex | B7 | 11 | 21 | 0 | 5B | 52 | 1C | 162 | 53 | 27 |
| Octal | 267 | 21 | 41 | 0 | 133 | 122 | 34 | 542 | 123 | 47 |
| Binary | 10110111 | 10001 | 100001 | 0 | 1011011 | 1010010 | 11100 | 101100010 | 1010011 | 100111 |
Color Harmonies of #B71121
Complementary color
Monochromatic Colors of #B71121
Black with #B71121
Text Example
Text Example
White with #B71121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71121; }
p { color: rgb(183,17,33); }
H1.HeaderClassName
{
color: #B71121;
}
.AnyTagClassName
{
color: #B71121;
}
</style>
background-color css
<style>
a { background-color: #B71121; }
a { background-color: rgb(183,17,33); }
div.DivClassName
{
background-color: #B71121;
}
.BgClassName
{
background-color: #B71121;
}
</style>
border-color css
<style>
span { border-color: #B71121; }
span { border-color: rgb(183,17,33); }
td.TdClassName
{
border-color: #B71121;
}
.TagClassName
{
border-color: #B71121;
}
</style>