Shades of Venetian Red #B00012
Tints of Venetian Red #B00012
RGB
CMYK
RGB Variations
Color information
#B00012 (or 0xB00012) is known color: Venetian Red. HEX triplet: B0, 00 and 12. RGB value is (176,0,18). Sum of RGB (Red+Green+Blue) = 176+0+18=194 (25% of max value = 765). Red value is 176 (69.14% from 255 or 90.72% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 176 - color contains mainly: red. Hex color #B00012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00012 is #4FFFED. Grayscale: #363636. Windows color (decimal): -5242862 or 1179824. OLE color: 1179824.
HSL color Cylindrical-coordinate representation of color #B00012: hue angle of 353.86º 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 #B00012 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.90 | 0.31 |
| HSL | 353.86º | 1% | 0.35% | - |
| HSV(B) | 353.86º | 1% | 0.69% | - |
| XYZ | 18.01 | 9.27 | 1.41 | - |
| YUV | 54.68 | 107.31 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 18 | 0 | 1 | 0.90 | 0.31 | 353.86 | 1 | 0.35 |
| Hex | B0 | 0 | 12 | 0 | 64 | 5A | 1F | 162 | 64 | 23 |
| Octal | 260 | 0 | 22 | 0 | 144 | 132 | 37 | 542 | 144 | 43 |
| Binary | 10110000 | 0 | 10010 | 0 | 1100100 | 1011010 | 11111 | 101100010 | 1100100 | 100011 |
Color Harmonies of #B00012
Complementary color
Monochromatic Colors of #B00012
Black with #B00012
Text Example
Text Example
White with #B00012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00012; }
p { color: rgb(176,0,18); }
H1.HeaderClassName
{
color: #B00012;
}
.AnyTagClassName
{
color: #B00012;
}
</style>
background-color css
<style>
a { background-color: #B00012; }
a { background-color: rgb(176,0,18); }
div.DivClassName
{
background-color: #B00012;
}
.BgClassName
{
background-color: #B00012;
}
</style>
border-color css
<style>
span { border-color: #B00012; }
span { border-color: rgb(176,0,18); }
td.TdClassName
{
border-color: #B00012;
}
.TagClassName
{
border-color: #B00012;
}
</style>