Shades of Venetian Red #B7011B
Tints of Venetian Red #B7011B
RGB
CMYK
RGB Variations
Color information
#B7011B (or 0xB7011B) is known color: Venetian Red. HEX triplet: B7, 01 and 1B. RGB value is (183,1,27). Sum of RGB (Red+Green+Blue) = 183+1+27=211 (27% of max value = 765). Red value is 183 (71.88% from 255 or 86.73% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 183 - color contains mainly: red. Hex color #B7011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7011B is #48FEE4. Grayscale: #3A3A3A. Windows color (decimal): -4783845 or 1769911. OLE color: 1769911.
HSL color Cylindrical-coordinate representation of color #B7011B: hue angle of 351.43º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7011B is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.28 |
| HSL | 351.43º | 0.99% | 0.36% | - |
| HSV(B) | 351.43º | 0.99% | 0.72% | - |
| XYZ | 19.74 | 10.17 | 1.96 | - |
| YUV | 58.38 | 110.3 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 27 | 0 | 0.99 | 0.85 | 0.28 | 351.43 | 0.99 | 0.36 |
| Hex | B7 | 1 | 1B | 0 | 63 | 55 | 1C | 15F | 63 | 24 |
| Octal | 267 | 1 | 33 | 0 | 143 | 125 | 34 | 537 | 143 | 44 |
| Binary | 10110111 | 1 | 11011 | 0 | 1100011 | 1010101 | 11100 | 101011111 | 1100011 | 100100 |
Color Harmonies of #B7011B
Complementary color
Monochromatic Colors of #B7011B
Black with #B7011B
Text Example
Text Example
White with #B7011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7011B; }
p { color: rgb(183,1,27); }
H1.HeaderClassName
{
color: #B7011B;
}
.AnyTagClassName
{
color: #B7011B;
}
</style>
background-color css
<style>
a { background-color: #B7011B; }
a { background-color: rgb(183,1,27); }
div.DivClassName
{
background-color: #B7011B;
}
.BgClassName
{
background-color: #B7011B;
}
</style>
border-color css
<style>
span { border-color: #B7011B; }
span { border-color: rgb(183,1,27); }
td.TdClassName
{
border-color: #B7011B;
}
.TagClassName
{
border-color: #B7011B;
}
</style>