Shades of Venetian Red #B1111D
Tints of Venetian Red #B1111D
RGB
CMYK
RGB Variations
Color information
#B1111D (or 0xB1111D) is known color: Venetian Red. HEX triplet: B1, 11 and 1D. RGB value is (177,17,29). Sum of RGB (Red+Green+Blue) = 177+17+29=223 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.37% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 177 - color contains mainly: red. Hex color #B1111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1111D is #4EEEE2. Grayscale: #424242. Windows color (decimal): -5172963 or 1905073. OLE color: 1905073.
HSL color Cylindrical-coordinate representation of color #B1111D: hue angle of 355.5º 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 #B1111D is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 29 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.31 |
| HSL | 355.5º | 0.82% | 0.38% | - |
| HSV(B) | 355.5º | 0.9% | 0.69% | - |
| XYZ | 18.55 | 9.84 | 2.08 | - |
| YUV | 66.21 | 107.01 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 29 | 0 | 0.90 | 0.84 | 0.31 | 355.5 | 0.82 | 0.38 |
| Hex | B1 | 11 | 1D | 0 | 5A | 54 | 1F | 164 | 52 | 26 |
| Octal | 261 | 21 | 35 | 0 | 132 | 124 | 37 | 544 | 122 | 46 |
| Binary | 10110001 | 10001 | 11101 | 0 | 1011010 | 1010100 | 11111 | 101100100 | 1010010 | 100110 |
Color Harmonies of #B1111D
Complementary color
Monochromatic Colors of #B1111D
Black with #B1111D
Text Example
Text Example
White with #B1111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1111D; }
p { color: rgb(177,17,29); }
H1.HeaderClassName
{
color: #B1111D;
}
.AnyTagClassName
{
color: #B1111D;
}
</style>
background-color css
<style>
a { background-color: #B1111D; }
a { background-color: rgb(177,17,29); }
div.DivClassName
{
background-color: #B1111D;
}
.BgClassName
{
background-color: #B1111D;
}
</style>
border-color css
<style>
span { border-color: #B1111D; }
span { border-color: rgb(177,17,29); }
td.TdClassName
{
border-color: #B1111D;
}
.TagClassName
{
border-color: #B1111D;
}
</style>