Shades of Venetian Red #B0111E
Tints of Venetian Red #B0111E
RGB
CMYK
RGB Variations
Color information
#B0111E (or 0xB0111E) is known color: Venetian Red. HEX triplet: B0, 11 and 1E. RGB value is (176,17,30). Sum of RGB (Red+Green+Blue) = 176+17+30=223 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.92% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 176 - color contains mainly: red. Hex color #B0111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0111E is #4FEEE1. Grayscale: #424242. Windows color (decimal): -5238498 or 1970608. OLE color: 1970608.
HSL color Cylindrical-coordinate representation of color #B0111E: hue angle of 355.09º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0111E is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 17 | 30 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.31 |
| HSL | 355.09º | 0.82% | 0.38% | - |
| HSV(B) | 355.09º | 0.9% | 0.69% | - |
| XYZ | 18.34 | 9.72 | 2.14 | - |
| YUV | 66.02 | 107.68 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 30 | 0 | 0.90 | 0.83 | 0.31 | 355.09 | 0.82 | 0.38 |
| Hex | B0 | 11 | 1E | 0 | 5A | 53 | 1F | 163 | 52 | 26 |
| Octal | 260 | 21 | 36 | 0 | 132 | 123 | 37 | 543 | 122 | 46 |
| Binary | 10110000 | 10001 | 11110 | 0 | 1011010 | 1010011 | 11111 | 101100011 | 1010010 | 100110 |
Color Harmonies of #B0111E
Complementary color
Monochromatic Colors of #B0111E
Black with #B0111E
Text Example
Text Example
White with #B0111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0111E; }
p { color: rgb(176,17,30); }
H1.HeaderClassName
{
color: #B0111E;
}
.AnyTagClassName
{
color: #B0111E;
}
</style>
background-color css
<style>
a { background-color: #B0111E; }
a { background-color: rgb(176,17,30); }
div.DivClassName
{
background-color: #B0111E;
}
.BgClassName
{
background-color: #B0111E;
}
</style>
border-color css
<style>
span { border-color: #B0111E; }
span { border-color: rgb(176,17,30); }
td.TdClassName
{
border-color: #B0111E;
}
.TagClassName
{
border-color: #B0111E;
}
</style>