Shades of Venetian Red #B70009
Tints of Venetian Red #B70009
RGB
CMYK
RGB Variations
Color information
#B70009 (or 0xB70009) is known color: Venetian Red. HEX triplet: B7, 00 and 09. RGB value is (183,0,9). Sum of RGB (Red+Green+Blue) = 183+0+9=192 (25% of max value = 765). Red value is 183 (71.88% from 255 or 95.31% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 183 - color contains mainly: red. Hex color #B70009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70009 is #48FFF6. Grayscale: #373737. Windows color (decimal): -4784119 or 590007. OLE color: 590007.
HSL color Cylindrical-coordinate representation of color #B70009: hue angle of 357.05º 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 #B70009 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.95 | 0.28 |
| HSL | 357.05º | 1% | 0.36% | - |
| HSV(B) | 357.05º | 1% | 0.72% | - |
| XYZ | 19.58 | 10.09 | 1.17 | - |
| YUV | 55.74 | 101.63 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 9 | 0 | 1 | 0.95 | 0.28 | 357.05 | 1 | 0.36 |
| Hex | B7 | 0 | 9 | 0 | 64 | 5F | 1C | 165 | 64 | 24 |
| Octal | 267 | 0 | 11 | 0 | 144 | 137 | 34 | 545 | 144 | 44 |
| Binary | 10110111 | 0 | 1001 | 0 | 1100100 | 1011111 | 11100 | 101100101 | 1100100 | 100100 |
Color Harmonies of #B70009
Complementary color
Monochromatic Colors of #B70009
Black with #B70009
Text Example
Text Example
White with #B70009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70009; }
p { color: rgb(183,0,9); }
H1.HeaderClassName
{
color: #B70009;
}
.AnyTagClassName
{
color: #B70009;
}
</style>
background-color css
<style>
a { background-color: #B70009; }
a { background-color: rgb(183,0,9); }
div.DivClassName
{
background-color: #B70009;
}
.BgClassName
{
background-color: #B70009;
}
</style>
border-color css
<style>
span { border-color: #B70009; }
span { border-color: rgb(183,0,9); }
td.TdClassName
{
border-color: #B70009;
}
.TagClassName
{
border-color: #B70009;
}
</style>