Shades of Venetian Red #B70106
Tints of Venetian Red #B70106
RGB
CMYK
RGB Variations
Color information
#B70106 (or 0xB70106) is known color: Venetian Red. HEX triplet: B7, 01 and 06. RGB value is (183,1,6). Sum of RGB (Red+Green+Blue) = 183+1+6=190 (25% of max value = 765). Red value is 183 (71.88% from 255 or 96.32% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 183 - color contains mainly: red. Hex color #B70106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70106 is #48FEF9. Grayscale: #383838. Windows color (decimal): -4783866 or 393655. OLE color: 393655.
HSL color Cylindrical-coordinate representation of color #B70106: hue angle of 358.35º 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 #B70106 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 6 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.28 |
| HSL | 358.35º | 0.99% | 0.36% | - |
| HSV(B) | 358.35º | 0.99% | 0.72% | - |
| XYZ | 19.57 | 10.1 | 1.09 | - |
| YUV | 55.99 | 99.8 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 6 | 0 | 0.99 | 0.97 | 0.28 | 358.35 | 0.99 | 0.36 |
| Hex | B7 | 1 | 6 | 0 | 63 | 61 | 1C | 166 | 63 | 24 |
| Octal | 267 | 1 | 6 | 0 | 143 | 141 | 34 | 546 | 143 | 44 |
| Binary | 10110111 | 1 | 110 | 0 | 1100011 | 1100001 | 11100 | 101100110 | 1100011 | 100100 |
Color Harmonies of #B70106
Complementary color
Monochromatic Colors of #B70106
Black with #B70106
Text Example
Text Example
White with #B70106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70106; }
p { color: rgb(183,1,6); }
H1.HeaderClassName
{
color: #B70106;
}
.AnyTagClassName
{
color: #B70106;
}
</style>
background-color css
<style>
a { background-color: #B70106; }
a { background-color: rgb(183,1,6); }
div.DivClassName
{
background-color: #B70106;
}
.BgClassName
{
background-color: #B70106;
}
</style>
border-color css
<style>
span { border-color: #B70106; }
span { border-color: rgb(183,1,6); }
td.TdClassName
{
border-color: #B70106;
}
.TagClassName
{
border-color: #B70106;
}
</style>