Shades of Venetian Red #B7000F
Tints of Venetian Red #B7000F
RGB
CMYK
RGB Variations
Color information
#B7000F (or 0xB7000F) is known color: Venetian Red. HEX triplet: B7, 00 and 0F. RGB value is (183,0,15). Sum of RGB (Red+Green+Blue) = 183+0+15=198 (26% of max value = 765). Red value is 183 (71.88% from 255 or 92.42% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 183 - color contains mainly: red. Hex color #B7000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7000F is #48FFF0. Grayscale: #383838. Windows color (decimal): -4784113 or 983223. OLE color: 983223.
HSL color Cylindrical-coordinate representation of color #B7000F: hue angle of 355.08º 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 #B7000F is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.92 | 0.28 |
| HSL | 355.08º | 1% | 0.36% | - |
| HSV(B) | 355.08º | 1% | 0.72% | - |
| XYZ | 19.61 | 10.1 | 1.37 | - |
| YUV | 56.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 15 | 0 | 1 | 0.92 | 0.28 | 355.08 | 1 | 0.36 |
| Hex | B7 | 0 | F | 0 | 64 | 5C | 1C | 163 | 64 | 24 |
| Octal | 267 | 0 | 17 | 0 | 144 | 134 | 34 | 543 | 144 | 44 |
| Binary | 10110111 | 0 | 1111 | 0 | 1100100 | 1011100 | 11100 | 101100011 | 1100100 | 100100 |
Color Harmonies of #B7000F
Complementary color
Monochromatic Colors of #B7000F
Black with #B7000F
Text Example
Text Example
White with #B7000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7000F; }
p { color: rgb(183,0,15); }
H1.HeaderClassName
{
color: #B7000F;
}
.AnyTagClassName
{
color: #B7000F;
}
</style>
background-color css
<style>
a { background-color: #B7000F; }
a { background-color: rgb(183,0,15); }
div.DivClassName
{
background-color: #B7000F;
}
.BgClassName
{
background-color: #B7000F;
}
</style>
border-color css
<style>
span { border-color: #B7000F; }
span { border-color: rgb(183,0,15); }
td.TdClassName
{
border-color: #B7000F;
}
.TagClassName
{
border-color: #B7000F;
}
</style>