Shades of Venetian Red #B70108
Tints of Venetian Red #B70108
RGB
CMYK
RGB Variations
Color information
#B70108 (or 0xB70108) is known color: Venetian Red. HEX triplet: B7, 01 and 08. RGB value is (183,1,8). Sum of RGB (Red+Green+Blue) = 183+1+8=192 (25% of max value = 765). Red value is 183 (71.88% from 255 or 95.31% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 183 - color contains mainly: red. Hex color #B70108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70108 is #48FEF7. Grayscale: #383838. Windows color (decimal): -4783864 or 524727. OLE color: 524727.
HSL color Cylindrical-coordinate representation of color #B70108: hue angle of 357.69º 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 #B70108 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 8 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.28 |
| HSL | 357.69º | 0.99% | 0.36% | - |
| HSV(B) | 357.69º | 0.99% | 0.72% | - |
| XYZ | 19.58 | 10.11 | 1.15 | - |
| YUV | 56.22 | 100.8 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 8 | 0 | 0.99 | 0.96 | 0.28 | 357.69 | 0.99 | 0.36 |
| Hex | B7 | 1 | 8 | 0 | 63 | 60 | 1C | 166 | 63 | 24 |
| Octal | 267 | 1 | 10 | 0 | 143 | 140 | 34 | 546 | 143 | 44 |
| Binary | 10110111 | 1 | 1000 | 0 | 1100011 | 1100000 | 11100 | 101100110 | 1100011 | 100100 |
Color Harmonies of #B70108
Complementary color
Monochromatic Colors of #B70108
Black with #B70108
Text Example
Text Example
White with #B70108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70108; }
p { color: rgb(183,1,8); }
H1.HeaderClassName
{
color: #B70108;
}
.AnyTagClassName
{
color: #B70108;
}
</style>
background-color css
<style>
a { background-color: #B70108; }
a { background-color: rgb(183,1,8); }
div.DivClassName
{
background-color: #B70108;
}
.BgClassName
{
background-color: #B70108;
}
</style>
border-color css
<style>
span { border-color: #B70108; }
span { border-color: rgb(183,1,8); }
td.TdClassName
{
border-color: #B70108;
}
.TagClassName
{
border-color: #B70108;
}
</style>