Shades of Venetian Red #B70206
Tints of Venetian Red #B70206
RGB
CMYK
RGB Variations
Color information
#B70206 (or 0xB70206) is known color: Venetian Red. HEX triplet: B7, 02 and 06. RGB value is (183,2,6). Sum of RGB (Red+Green+Blue) = 183+2+6=191 (25% of max value = 765). Red value is 183 (71.88% from 255 or 95.81% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 183 - color contains mainly: red. Hex color #B70206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70206 is #48FDF9. Grayscale: #383838. Windows color (decimal): -4783610 or 393911. OLE color: 393911.
HSL color Cylindrical-coordinate representation of color #B70206: hue angle of 358.67º degrees, saturation: 0.98, 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 #B70206 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 6 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.28 |
| HSL | 358.67º | 0.98% | 0.36% | - |
| HSV(B) | 358.67º | 0.99% | 0.72% | - |
| XYZ | 19.58 | 10.12 | 1.09 | - |
| YUV | 56.58 | 99.47 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 6 | 0 | 0.99 | 0.97 | 0.28 | 358.67 | 0.98 | 0.36 |
| Hex | B7 | 2 | 6 | 0 | 63 | 61 | 1C | 167 | 62 | 24 |
| Octal | 267 | 2 | 6 | 0 | 143 | 141 | 34 | 547 | 142 | 44 |
| Binary | 10110111 | 10 | 110 | 0 | 1100011 | 1100001 | 11100 | 101100111 | 1100010 | 100100 |
Color Harmonies of #B70206
Complementary color
Monochromatic Colors of #B70206
Black with #B70206
Text Example
Text Example
White with #B70206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70206; }
p { color: rgb(183,2,6); }
H1.HeaderClassName
{
color: #B70206;
}
.AnyTagClassName
{
color: #B70206;
}
</style>
background-color css
<style>
a { background-color: #B70206; }
a { background-color: rgb(183,2,6); }
div.DivClassName
{
background-color: #B70206;
}
.BgClassName
{
background-color: #B70206;
}
</style>
border-color css
<style>
span { border-color: #B70206; }
span { border-color: rgb(183,2,6); }
td.TdClassName
{
border-color: #B70206;
}
.TagClassName
{
border-color: #B70206;
}
</style>