Shades of Venetian Red #B3070E
Tints of Venetian Red #B3070E
RGB
CMYK
RGB Variations
Color information
#B3070E (or 0xB3070E) is known color: Venetian Red. HEX triplet: B3, 07 and 0E. RGB value is (179,7,14). Sum of RGB (Red+Green+Blue) = 179+7+14=200 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 179 - color contains mainly: red. Hex color #B3070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3070E is #4CF8F1. Grayscale: #3B3B3B. Windows color (decimal): -5044466 or 919475. OLE color: 919475.
HSL color Cylindrical-coordinate representation of color #B3070E: hue angle of 357.56º 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 #B3070E is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 14 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.30 |
| HSL | 357.56º | 0.92% | 0.36% | - |
| HSV(B) | 357.56º | 0.96% | 0.7% | - |
| XYZ | 18.75 | 9.77 | 1.31 | - |
| YUV | 59.23 | 102.48 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 14 | 0 | 0.96 | 0.92 | 0.30 | 357.56 | 0.92 | 0.36 |
| Hex | B3 | 7 | E | 0 | 60 | 5C | 1E | 166 | 5C | 24 |
| Octal | 263 | 7 | 16 | 0 | 140 | 134 | 36 | 546 | 134 | 44 |
| Binary | 10110011 | 111 | 1110 | 0 | 1100000 | 1011100 | 11110 | 101100110 | 1011100 | 100100 |
Color Harmonies of #B3070E
Complementary color
Monochromatic Colors of #B3070E
Black with #B3070E
Text Example
Text Example
White with #B3070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3070E; }
p { color: rgb(179,7,14); }
H1.HeaderClassName
{
color: #B3070E;
}
.AnyTagClassName
{
color: #B3070E;
}
</style>
background-color css
<style>
a { background-color: #B3070E; }
a { background-color: rgb(179,7,14); }
div.DivClassName
{
background-color: #B3070E;
}
.BgClassName
{
background-color: #B3070E;
}
</style>
border-color css
<style>
span { border-color: #B3070E; }
span { border-color: rgb(179,7,14); }
td.TdClassName
{
border-color: #B3070E;
}
.TagClassName
{
border-color: #B3070E;
}
</style>