Shades of Venetian Red #B1111E
Tints of Venetian Red #B1111E
RGB
CMYK
RGB Variations
Color information
#B1111E (or 0xB1111E) is known color: Venetian Red. HEX triplet: B1, 11 and 1E. RGB value is (177,17,30). Sum of RGB (Red+Green+Blue) = 177+17+30=224 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.02% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 177 - color contains mainly: red. Hex color #B1111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1111E is #4EEEE1. Grayscale: #424242. Windows color (decimal): -5172962 or 1970609. OLE color: 1970609.
HSL color Cylindrical-coordinate representation of color #B1111E: hue angle of 355.12º 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 #B1111E is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 30 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.31 |
| HSL | 355.13º | 0.82% | 0.38% | - |
| HSV(B) | 355.13º | 0.9% | 0.69% | - |
| XYZ | 18.57 | 9.84 | 2.15 | - |
| YUV | 66.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 30 | 0 | 0.90 | 0.83 | 0.31 | 355.13 | 0.82 | 0.38 |
| Hex | B1 | 11 | 1E | 0 | 5A | 53 | 1F | 163 | 52 | 26 |
| Octal | 261 | 21 | 36 | 0 | 132 | 123 | 37 | 543 | 122 | 46 |
| Binary | 10110001 | 10001 | 11110 | 0 | 1011010 | 1010011 | 11111 | 101100011 | 1010010 | 100110 |
Color Harmonies of #B1111E
Complementary color
Monochromatic Colors of #B1111E
Black with #B1111E
Text Example
Text Example
White with #B1111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1111E; }
p { color: rgb(177,17,30); }
H1.HeaderClassName
{
color: #B1111E;
}
.AnyTagClassName
{
color: #B1111E;
}
</style>
background-color css
<style>
a { background-color: #B1111E; }
a { background-color: rgb(177,17,30); }
div.DivClassName
{
background-color: #B1111E;
}
.BgClassName
{
background-color: #B1111E;
}
</style>
border-color css
<style>
span { border-color: #B1111E; }
span { border-color: rgb(177,17,30); }
td.TdClassName
{
border-color: #B1111E;
}
.TagClassName
{
border-color: #B1111E;
}
</style>