Shades of Venetian Red #B0111F
Tints of Venetian Red #B0111F
RGB
CMYK
RGB Variations
Color information
#B0111F (or 0xB0111F) is known color: Venetian Red. HEX triplet: B0, 11 and 1F. RGB value is (176,17,31). Sum of RGB (Red+Green+Blue) = 176+17+31=224 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.57% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 176 - color contains mainly: red. Hex color #B0111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0111F is #4FEEE0. Grayscale: #424242. Windows color (decimal): -5238497 or 2036144. OLE color: 2036144.
HSL color Cylindrical-coordinate representation of color #B0111F: hue angle of 354.72º 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 #B0111F is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 17 | 31 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.31 |
| HSL | 354.72º | 0.82% | 0.38% | - |
| HSV(B) | 354.72º | 0.9% | 0.69% | - |
| XYZ | 18.35 | 9.73 | 2.21 | - |
| YUV | 66.14 | 108.18 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 31 | 0 | 0.90 | 0.82 | 0.31 | 354.72 | 0.82 | 0.38 |
| Hex | B0 | 11 | 1F | 0 | 5A | 52 | 1F | 163 | 52 | 26 |
| Octal | 260 | 21 | 37 | 0 | 132 | 122 | 37 | 543 | 122 | 46 |
| Binary | 10110000 | 10001 | 11111 | 0 | 1011010 | 1010010 | 11111 | 101100011 | 1010010 | 100110 |
Color Harmonies of #B0111F
Complementary color
Monochromatic Colors of #B0111F
Black with #B0111F
Text Example
Text Example
White with #B0111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0111F; }
p { color: rgb(176,17,31); }
H1.HeaderClassName
{
color: #B0111F;
}
.AnyTagClassName
{
color: #B0111F;
}
</style>
background-color css
<style>
a { background-color: #B0111F; }
a { background-color: rgb(176,17,31); }
div.DivClassName
{
background-color: #B0111F;
}
.BgClassName
{
background-color: #B0111F;
}
</style>
border-color css
<style>
span { border-color: #B0111F; }
span { border-color: rgb(176,17,31); }
td.TdClassName
{
border-color: #B0111F;
}
.TagClassName
{
border-color: #B0111F;
}
</style>