Shades of Venetian Red #B7111B
Tints of Venetian Red #B7111B
RGB
CMYK
RGB Variations
Color information
#B7111B (or 0xB7111B) is known color: Venetian Red. HEX triplet: B7, 11 and 1B. RGB value is (183,17,27). Sum of RGB (Red+Green+Blue) = 183+17+27=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B7111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7111B is #48EEE4. Grayscale: #434343. Windows color (decimal): -4779749 or 1774007. OLE color: 1774007.
HSL color Cylindrical-coordinate representation of color #B7111B: hue angle of 356.39º 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 #B7111B is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 27 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.28 |
| HSL | 356.39º | 0.83% | 0.39% | - |
| HSV(B) | 356.39º | 0.91% | 0.72% | - |
| XYZ | 19.93 | 10.55 | 2.02 | - |
| YUV | 67.77 | 105 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 27 | 0 | 0.91 | 0.85 | 0.28 | 356.39 | 0.83 | 0.39 |
| Hex | B7 | 11 | 1B | 0 | 5B | 55 | 1C | 164 | 53 | 27 |
| Octal | 267 | 21 | 33 | 0 | 133 | 125 | 34 | 544 | 123 | 47 |
| Binary | 10110111 | 10001 | 11011 | 0 | 1011011 | 1010101 | 11100 | 101100100 | 1010011 | 100111 |
Color Harmonies of #B7111B
Complementary color
Monochromatic Colors of #B7111B
Black with #B7111B
Text Example
Text Example
White with #B7111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7111B; }
p { color: rgb(183,17,27); }
H1.HeaderClassName
{
color: #B7111B;
}
.AnyTagClassName
{
color: #B7111B;
}
</style>
background-color css
<style>
a { background-color: #B7111B; }
a { background-color: rgb(183,17,27); }
div.DivClassName
{
background-color: #B7111B;
}
.BgClassName
{
background-color: #B7111B;
}
</style>
border-color css
<style>
span { border-color: #B7111B; }
span { border-color: rgb(183,17,27); }
td.TdClassName
{
border-color: #B7111B;
}
.TagClassName
{
border-color: #B7111B;
}
</style>