Shades of Venetian Red #B00512
Tints of Venetian Red #B00512
RGB
CMYK
RGB Variations
Color information
#B00512 (or 0xB00512) is known color: Venetian Red. HEX triplet: B0, 05 and 12. RGB value is (176,5,18). Sum of RGB (Red+Green+Blue) = 176+5+18=199 (26% of max value = 765). Red value is 176 (69.14% from 255 or 88.44% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 176 - color contains mainly: red. Hex color #B00512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00512 is #4FFAED. Grayscale: #393939. Windows color (decimal): -5241582 or 1181104. OLE color: 1181104.
HSL color Cylindrical-coordinate representation of color #B00512: hue angle of 355.44º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00512 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 18 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.31 |
| HSL | 355.44º | 0.94% | 0.35% | - |
| HSV(B) | 355.44º | 0.97% | 0.69% | - |
| XYZ | 18.07 | 9.38 | 1.43 | - |
| YUV | 57.61 | 105.65 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 18 | 0 | 0.97 | 0.90 | 0.31 | 355.44 | 0.94 | 0.35 |
| Hex | B0 | 5 | 12 | 0 | 61 | 5A | 1F | 163 | 5E | 23 |
| Octal | 260 | 5 | 22 | 0 | 141 | 132 | 37 | 543 | 136 | 43 |
| Binary | 10110000 | 101 | 10010 | 0 | 1100001 | 1011010 | 11111 | 101100011 | 1011110 | 100011 |
Color Harmonies of #B00512
Complementary color
Monochromatic Colors of #B00512
Black with #B00512
Text Example
Text Example
White with #B00512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00512; }
p { color: rgb(176,5,18); }
H1.HeaderClassName
{
color: #B00512;
}
.AnyTagClassName
{
color: #B00512;
}
</style>
background-color css
<style>
a { background-color: #B00512; }
a { background-color: rgb(176,5,18); }
div.DivClassName
{
background-color: #B00512;
}
.BgClassName
{
background-color: #B00512;
}
</style>
border-color css
<style>
span { border-color: #B00512; }
span { border-color: rgb(176,5,18); }
td.TdClassName
{
border-color: #B00512;
}
.TagClassName
{
border-color: #B00512;
}
</style>