Shades of Venetian Red #B10C0E
Tints of Venetian Red #B10C0E
RGB
CMYK
RGB Variations
Color information
#B10C0E (or 0xB10C0E) is known color: Venetian Red. HEX triplet: B1, 0C and 0E. RGB value is (177,12,14). Sum of RGB (Red+Green+Blue) = 177+12+14=203 (26% of max value = 765). Red value is 177 (69.53% from 255 or 87.19% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10C0E is #4EF3F1. Grayscale: #3D3D3D. Windows color (decimal): -5174258 or 920753. OLE color: 920753.
HSL color Cylindrical-coordinate representation of color #B10C0E: hue angle of 359.27º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10C0E is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 14 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.31 |
| HSL | 359.27º | 0.87% | 0.37% | - |
| HSV(B) | 359.27º | 0.93% | 0.69% | - |
| XYZ | 18.34 | 9.64 | 1.31 | - |
| YUV | 61.56 | 101.16 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 14 | 0 | 0.93 | 0.92 | 0.31 | 359.27 | 0.87 | 0.37 |
| Hex | B1 | C | E | 0 | 5D | 5C | 1F | 167 | 57 | 25 |
| Octal | 261 | 14 | 16 | 0 | 135 | 134 | 37 | 547 | 127 | 45 |
| Binary | 10110001 | 1100 | 1110 | 0 | 1011101 | 1011100 | 11111 | 101100111 | 1010111 | 100101 |
Color Harmonies of #B10C0E
Complementary color
Monochromatic Colors of #B10C0E
Black with #B10C0E
Text Example
Text Example
White with #B10C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10C0E; }
p { color: rgb(177,12,14); }
H1.HeaderClassName
{
color: #B10C0E;
}
.AnyTagClassName
{
color: #B10C0E;
}
</style>
background-color css
<style>
a { background-color: #B10C0E; }
a { background-color: rgb(177,12,14); }
div.DivClassName
{
background-color: #B10C0E;
}
.BgClassName
{
background-color: #B10C0E;
}
</style>
border-color css
<style>
span { border-color: #B10C0E; }
span { border-color: rgb(177,12,14); }
td.TdClassName
{
border-color: #B10C0E;
}
.TagClassName
{
border-color: #B10C0E;
}
</style>