Shades of Venetian Red #B00009
Tints of Venetian Red #B00009
RGB
CMYK
RGB Variations
Color information
#B00009 (or 0xB00009) is known color: Venetian Red. HEX triplet: B0, 00 and 09. RGB value is (176,0,9). Sum of RGB (Red+Green+Blue) = 176+0+9=185 (24% of max value = 765). Red value is 176 (69.14% from 255 or 95.14% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 176 - color contains mainly: red. Hex color #B00009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00009 is #4FFFF6. Grayscale: #353535. Windows color (decimal): -5242871 or 590000. OLE color: 590000.
HSL color Cylindrical-coordinate representation of color #B00009: hue angle of 356.93º 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 #B00009 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.95 | 0.31 |
| HSL | 356.93º | 1% | 0.35% | - |
| HSV(B) | 356.93º | 1% | 0.69% | - |
| XYZ | 17.95 | 9.25 | 1.1 | - |
| YUV | 53.65 | 102.81 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 9 | 0 | 1 | 0.95 | 0.31 | 356.93 | 1 | 0.35 |
| Hex | B0 | 0 | 9 | 0 | 64 | 5F | 1F | 165 | 64 | 23 |
| Octal | 260 | 0 | 11 | 0 | 144 | 137 | 37 | 545 | 144 | 43 |
| Binary | 10110000 | 0 | 1001 | 0 | 1100100 | 1011111 | 11111 | 101100101 | 1100100 | 100011 |
Color Harmonies of #B00009
Complementary color
Monochromatic Colors of #B00009
Black with #B00009
Text Example
Text Example
White with #B00009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00009; }
p { color: rgb(176,0,9); }
H1.HeaderClassName
{
color: #B00009;
}
.AnyTagClassName
{
color: #B00009;
}
</style>
background-color css
<style>
a { background-color: #B00009; }
a { background-color: rgb(176,0,9); }
div.DivClassName
{
background-color: #B00009;
}
.BgClassName
{
background-color: #B00009;
}
</style>
border-color css
<style>
span { border-color: #B00009; }
span { border-color: rgb(176,0,9); }
td.TdClassName
{
border-color: #B00009;
}
.TagClassName
{
border-color: #B00009;
}
</style>