Shades of Venetian Red #B10E1D
Tints of Venetian Red #B10E1D
RGB
CMYK
RGB Variations
Color information
#B10E1D (or 0xB10E1D) is known color: Venetian Red. HEX triplet: B1, 0E and 1D. RGB value is (177,14,29). Sum of RGB (Red+Green+Blue) = 177+14+29=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10E1D is #4EF1E2. Grayscale: #404040. Windows color (decimal): -5173731 or 1904305. OLE color: 1904305.
HSL color Cylindrical-coordinate representation of color #B10E1D: hue angle of 354.48º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10E1D is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 14 | 29 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.31 |
| HSL | 354.48º | 0.85% | 0.37% | - |
| HSV(B) | 354.48º | 0.92% | 0.69% | - |
| XYZ | 18.51 | 9.75 | 2.07 | - |
| YUV | 64.45 | 108 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 29 | 0 | 0.92 | 0.84 | 0.31 | 354.48 | 0.85 | 0.37 |
| Hex | B1 | E | 1D | 0 | 5C | 54 | 1F | 162 | 55 | 25 |
| Octal | 261 | 16 | 35 | 0 | 134 | 124 | 37 | 542 | 125 | 45 |
| Binary | 10110001 | 1110 | 11101 | 0 | 1011100 | 1010100 | 11111 | 101100010 | 1010101 | 100101 |
Color Harmonies of #B10E1D
Complementary color
Monochromatic Colors of #B10E1D
Black with #B10E1D
Text Example
Text Example
White with #B10E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10E1D; }
p { color: rgb(177,14,29); }
H1.HeaderClassName
{
color: #B10E1D;
}
.AnyTagClassName
{
color: #B10E1D;
}
</style>
background-color css
<style>
a { background-color: #B10E1D; }
a { background-color: rgb(177,14,29); }
div.DivClassName
{
background-color: #B10E1D;
}
.BgClassName
{
background-color: #B10E1D;
}
</style>
border-color css
<style>
span { border-color: #B10E1D; }
span { border-color: rgb(177,14,29); }
td.TdClassName
{
border-color: #B10E1D;
}
.TagClassName
{
border-color: #B10E1D;
}
</style>