Shades of Venetian Red #B30711
Tints of Venetian Red #B30711
RGB
CMYK
RGB Variations
Color information
#B30711 (or 0xB30711) is known color: Venetian Red. HEX triplet: B3, 07 and 11. RGB value is (179,7,17). Sum of RGB (Red+Green+Blue) = 179+7+17=203 (26% of max value = 765). Red value is 179 (70.31% from 255 or 88.18% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 179 - color contains mainly: red. Hex color #B30711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30711 is #4CF8EE. Grayscale: #3B3B3B. Windows color (decimal): -5044463 or 1116083. OLE color: 1116083.
HSL color Cylindrical-coordinate representation of color #B30711: hue angle of 356.51º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30711 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 17 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.30 |
| HSL | 356.51º | 0.92% | 0.36% | - |
| HSV(B) | 356.51º | 0.96% | 0.7% | - |
| XYZ | 18.77 | 9.78 | 1.43 | - |
| YUV | 59.57 | 103.98 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 17 | 0 | 0.96 | 0.91 | 0.30 | 356.51 | 0.92 | 0.36 |
| Hex | B3 | 7 | 11 | 0 | 60 | 5B | 1E | 165 | 5C | 24 |
| Octal | 263 | 7 | 21 | 0 | 140 | 133 | 36 | 545 | 134 | 44 |
| Binary | 10110011 | 111 | 10001 | 0 | 1100000 | 1011011 | 11110 | 101100101 | 1011100 | 100100 |
Color Harmonies of #B30711
Complementary color
Monochromatic Colors of #B30711
Black with #B30711
Text Example
Text Example
White with #B30711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30711; }
p { color: rgb(179,7,17); }
H1.HeaderClassName
{
color: #B30711;
}
.AnyTagClassName
{
color: #B30711;
}
</style>
background-color css
<style>
a { background-color: #B30711; }
a { background-color: rgb(179,7,17); }
div.DivClassName
{
background-color: #B30711;
}
.BgClassName
{
background-color: #B30711;
}
</style>
border-color css
<style>
span { border-color: #B30711; }
span { border-color: rgb(179,7,17); }
td.TdClassName
{
border-color: #B30711;
}
.TagClassName
{
border-color: #B30711;
}
</style>