Shades of Venetian Red #B0000C
Tints of Venetian Red #B0000C
RGB
CMYK
RGB Variations
Color information
#B0000C (or 0xB0000C) is known color: Venetian Red. HEX triplet: B0, 00 and 0C. RGB value is (176,0,12). Sum of RGB (Red+Green+Blue) = 176+0+12=188 (24% of max value = 765). Red value is 176 (69.14% from 255 or 93.62% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 176 - color contains mainly: red. Hex color #B0000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0000C is #4FFFF3. Grayscale: #363636. Windows color (decimal): -5242868 or 786608. OLE color: 786608.
HSL color Cylindrical-coordinate representation of color #B0000C: hue angle of 355.91º 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 #B0000C is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.93 | 0.31 |
| HSL | 355.91º | 1% | 0.35% | - |
| HSV(B) | 355.91º | 1% | 0.69% | - |
| XYZ | 17.97 | 9.26 | 1.19 | - |
| YUV | 53.99 | 104.31 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 12 | 0 | 1 | 0.93 | 0.31 | 355.91 | 1 | 0.35 |
| Hex | B0 | 0 | C | 0 | 64 | 5D | 1F | 164 | 64 | 23 |
| Octal | 260 | 0 | 14 | 0 | 144 | 135 | 37 | 544 | 144 | 43 |
| Binary | 10110000 | 0 | 1100 | 0 | 1100100 | 1011101 | 11111 | 101100100 | 1100100 | 100011 |
Color Harmonies of #B0000C
Complementary color
Monochromatic Colors of #B0000C
Black with #B0000C
Text Example
Text Example
White with #B0000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0000C; }
p { color: rgb(176,0,12); }
H1.HeaderClassName
{
color: #B0000C;
}
.AnyTagClassName
{
color: #B0000C;
}
</style>
background-color css
<style>
a { background-color: #B0000C; }
a { background-color: rgb(176,0,12); }
div.DivClassName
{
background-color: #B0000C;
}
.BgClassName
{
background-color: #B0000C;
}
</style>
border-color css
<style>
span { border-color: #B0000C; }
span { border-color: rgb(176,0,12); }
td.TdClassName
{
border-color: #B0000C;
}
.TagClassName
{
border-color: #B0000C;
}
</style>