Shades of Venetian Red #B7111D
Tints of Venetian Red #B7111D
RGB
CMYK
RGB Variations
Color information
#B7111D (or 0xB7111D) is known color: Venetian Red. HEX triplet: B7, 11 and 1D. RGB value is (183,17,29). Sum of RGB (Red+Green+Blue) = 183+17+29=229 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.91% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 183 - color contains mainly: red. Hex color #B7111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7111D is #48EEE2. Grayscale: #444444. Windows color (decimal): -4779747 or 1905079. OLE color: 1905079.
HSL color Cylindrical-coordinate representation of color #B7111D: hue angle of 355.66º 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 #B7111D is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 29 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.28 |
| HSL | 355.66º | 0.83% | 0.39% | - |
| HSV(B) | 355.66º | 0.91% | 0.72% | - |
| XYZ | 19.95 | 10.56 | 2.15 | - |
| YUV | 68 | 106 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 29 | 0 | 0.91 | 0.84 | 0.28 | 355.66 | 0.83 | 0.39 |
| Hex | B7 | 11 | 1D | 0 | 5B | 54 | 1C | 164 | 53 | 27 |
| Octal | 267 | 21 | 35 | 0 | 133 | 124 | 34 | 544 | 123 | 47 |
| Binary | 10110111 | 10001 | 11101 | 0 | 1011011 | 1010100 | 11100 | 101100100 | 1010011 | 100111 |
Color Harmonies of #B7111D
Complementary color
Monochromatic Colors of #B7111D
Black with #B7111D
Text Example
Text Example
White with #B7111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7111D; }
p { color: rgb(183,17,29); }
H1.HeaderClassName
{
color: #B7111D;
}
.AnyTagClassName
{
color: #B7111D;
}
</style>
background-color css
<style>
a { background-color: #B7111D; }
a { background-color: rgb(183,17,29); }
div.DivClassName
{
background-color: #B7111D;
}
.BgClassName
{
background-color: #B7111D;
}
</style>
border-color css
<style>
span { border-color: #B7111D; }
span { border-color: rgb(183,17,29); }
td.TdClassName
{
border-color: #B7111D;
}
.TagClassName
{
border-color: #B7111D;
}
</style>