Shades of Venetian Red #B30716
Tints of Venetian Red #B30716
RGB
CMYK
RGB Variations
Color information
#B30716 (or 0xB30716) is known color: Venetian Red. HEX triplet: B3, 07 and 16. RGB value is (179,7,22). Sum of RGB (Red+Green+Blue) = 179+7+22=208 (27% of max value = 765). Red value is 179 (70.31% from 255 or 86.06% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 179 - color contains mainly: red. Hex color #B30716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30716 is #4CF8E9. Grayscale: #3C3C3C. Windows color (decimal): -5044458 or 1443763. OLE color: 1443763.
HSL color Cylindrical-coordinate representation of color #B30716: hue angle of 354.77º 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 #B30716 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 22 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.30 |
| HSL | 354.77º | 0.92% | 0.36% | - |
| HSV(B) | 354.77º | 0.96% | 0.7% | - |
| XYZ | 18.81 | 9.79 | 1.66 | - |
| YUV | 60.14 | 106.48 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 22 | 0 | 0.96 | 0.88 | 0.30 | 354.77 | 0.92 | 0.36 |
| Hex | B3 | 7 | 16 | 0 | 60 | 58 | 1E | 163 | 5C | 24 |
| Octal | 263 | 7 | 26 | 0 | 140 | 130 | 36 | 543 | 134 | 44 |
| Binary | 10110011 | 111 | 10110 | 0 | 1100000 | 1011000 | 11110 | 101100011 | 1011100 | 100100 |
Color Harmonies of #B30716
Complementary color
Monochromatic Colors of #B30716
Black with #B30716
Text Example
Text Example
White with #B30716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30716; }
p { color: rgb(179,7,22); }
H1.HeaderClassName
{
color: #B30716;
}
.AnyTagClassName
{
color: #B30716;
}
</style>
background-color css
<style>
a { background-color: #B30716; }
a { background-color: rgb(179,7,22); }
div.DivClassName
{
background-color: #B30716;
}
.BgClassName
{
background-color: #B30716;
}
</style>
border-color css
<style>
span { border-color: #B30716; }
span { border-color: rgb(179,7,22); }
td.TdClassName
{
border-color: #B30716;
}
.TagClassName
{
border-color: #B30716;
}
</style>