Shades of Venetian Red #B6111E
Tints of Venetian Red #B6111E
RGB
CMYK
RGB Variations
Color information
#B6111E (or 0xB6111E) is known color: Venetian Red. HEX triplet: B6, 11 and 1E. RGB value is (182,17,30). Sum of RGB (Red+Green+Blue) = 182+17+30=229 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.48% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 182 - color contains mainly: red. Hex color #B6111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6111E is #49EEE1. Grayscale: #434343. Windows color (decimal): -4845282 or 1970614. OLE color: 1970614.
HSL color Cylindrical-coordinate representation of color #B6111E: hue angle of 355.27º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B6111E is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 17 | 30 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.29 |
| HSL | 355.27º | 0.83% | 0.39% | - |
| HSV(B) | 355.27º | 0.91% | 0.71% | - |
| XYZ | 19.73 | 10.44 | 2.2 | - |
| YUV | 67.82 | 106.66 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 17 | 30 | 0 | 0.91 | 0.84 | 0.29 | 355.27 | 0.83 | 0.39 |
| Hex | B6 | 11 | 1E | 0 | 5B | 54 | 1D | 163 | 53 | 27 |
| Octal | 266 | 21 | 36 | 0 | 133 | 124 | 35 | 543 | 123 | 47 |
| Binary | 10110110 | 10001 | 11110 | 0 | 1011011 | 1010100 | 11101 | 101100011 | 1010011 | 100111 |
Color Harmonies of #B6111E
Complementary color
Monochromatic Colors of #B6111E
Black with #B6111E
Text Example
Text Example
White with #B6111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6111E; }
p { color: rgb(182,17,30); }
H1.HeaderClassName
{
color: #B6111E;
}
.AnyTagClassName
{
color: #B6111E;
}
</style>
background-color css
<style>
a { background-color: #B6111E; }
a { background-color: rgb(182,17,30); }
div.DivClassName
{
background-color: #B6111E;
}
.BgClassName
{
background-color: #B6111E;
}
</style>
border-color css
<style>
span { border-color: #B6111E; }
span { border-color: rgb(182,17,30); }
td.TdClassName
{
border-color: #B6111E;
}
.TagClassName
{
border-color: #B6111E;
}
</style>