Shades of Venetian Red #B00007
Tints of Venetian Red #B00007
RGB
CMYK
RGB Variations
Color information
#B00007 (or 0xB00007) is known color: Venetian Red. HEX triplet: B0, 00 and 07. RGB value is (176,0,7). Sum of RGB (Red+Green+Blue) = 176+0+7=183 (24% of max value = 765). Red value is 176 (69.14% from 255 or 96.17% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 176 - color contains mainly: red. Hex color #B00007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00007 is #4FFFF8. Grayscale: #353535. Windows color (decimal): -5242873 or 458928. OLE color: 458928.
HSL color Cylindrical-coordinate representation of color #B00007: hue angle of 357.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B00007 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.96 | 0.31 |
| HSL | 357.61º | 1% | 0.35% | - |
| HSV(B) | 357.61º | 1% | 0.69% | - |
| XYZ | 17.94 | 9.25 | 1.04 | - |
| YUV | 53.42 | 101.81 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 7 | 0 | 1 | 0.96 | 0.31 | 357.61 | 1 | 0.35 |
| Hex | B0 | 0 | 7 | 0 | 64 | 60 | 1F | 166 | 64 | 23 |
| Octal | 260 | 0 | 7 | 0 | 144 | 140 | 37 | 546 | 144 | 43 |
| Binary | 10110000 | 0 | 111 | 0 | 1100100 | 1100000 | 11111 | 101100110 | 1100100 | 100011 |
Color Harmonies of #B00007
Complementary color
Monochromatic Colors of #B00007
Black with #B00007
Text Example
Text Example
White with #B00007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00007; }
p { color: rgb(176,0,7); }
H1.HeaderClassName
{
color: #B00007;
}
.AnyTagClassName
{
color: #B00007;
}
</style>
background-color css
<style>
a { background-color: #B00007; }
a { background-color: rgb(176,0,7); }
div.DivClassName
{
background-color: #B00007;
}
.BgClassName
{
background-color: #B00007;
}
</style>
border-color css
<style>
span { border-color: #B00007; }
span { border-color: rgb(176,0,7); }
td.TdClassName
{
border-color: #B00007;
}
.TagClassName
{
border-color: #B00007;
}
</style>