Shades of Venetian Red #B7000E
Tints of Venetian Red #B7000E
RGB
CMYK
RGB Variations
Color information
#B7000E (or 0xB7000E) is known color: Venetian Red. HEX triplet: B7, 00 and 0E. RGB value is (183,0,14). Sum of RGB (Red+Green+Blue) = 183+0+14=197 (26% of max value = 765). Red value is 183 (71.88% from 255 or 92.89% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 183 - color contains mainly: red. Hex color #B7000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7000E is #48FFF1. Grayscale: #383838. Windows color (decimal): -4784114 or 917687. OLE color: 917687.
HSL color Cylindrical-coordinate representation of color #B7000E: hue angle of 355.41º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7000E is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.92 | 0.28 |
| HSL | 355.41º | 1% | 0.36% | - |
| HSV(B) | 355.41º | 1% | 0.72% | - |
| XYZ | 19.61 | 10.1 | 1.33 | - |
| YUV | 56.31 | 104.13 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 14 | 0 | 1 | 0.92 | 0.28 | 355.41 | 1 | 0.36 |
| Hex | B7 | 0 | E | 0 | 64 | 5C | 1C | 163 | 64 | 24 |
| Octal | 267 | 0 | 16 | 0 | 144 | 134 | 34 | 543 | 144 | 44 |
| Binary | 10110111 | 0 | 1110 | 0 | 1100100 | 1011100 | 11100 | 101100011 | 1100100 | 100100 |
Color Harmonies of #B7000E
Complementary color
Monochromatic Colors of #B7000E
Black with #B7000E
Text Example
Text Example
White with #B7000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7000E; }
p { color: rgb(183,0,14); }
H1.HeaderClassName
{
color: #B7000E;
}
.AnyTagClassName
{
color: #B7000E;
}
</style>
background-color css
<style>
a { background-color: #B7000E; }
a { background-color: rgb(183,0,14); }
div.DivClassName
{
background-color: #B7000E;
}
.BgClassName
{
background-color: #B7000E;
}
</style>
border-color css
<style>
span { border-color: #B7000E; }
span { border-color: rgb(183,0,14); }
td.TdClassName
{
border-color: #B7000E;
}
.TagClassName
{
border-color: #B7000E;
}
</style>