Shades of Venetian Red #B1121B
Tints of Venetian Red #B1121B
RGB
CMYK
RGB Variations
Color information
#B1121B (or 0xB1121B) is known color: Venetian Red. HEX triplet: B1, 12 and 1B. RGB value is (177,18,27). Sum of RGB (Red+Green+Blue) = 177+18+27=222 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.73% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 177 - color contains mainly: red. Hex color #B1121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1121B is #4EEDE4. Grayscale: #424242. Windows color (decimal): -5172709 or 1774257. OLE color: 1774257.
HSL color Cylindrical-coordinate representation of color #B1121B: hue angle of 356.6º 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 #B1121B is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 27 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.31 |
| HSL | 356.6º | 0.82% | 0.38% | - |
| HSV(B) | 356.6º | 0.9% | 0.69% | - |
| XYZ | 18.55 | 9.86 | 1.96 | - |
| YUV | 66.57 | 105.68 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 27 | 0 | 0.90 | 0.85 | 0.31 | 356.6 | 0.82 | 0.38 |
| Hex | B1 | 12 | 1B | 0 | 5A | 55 | 1F | 165 | 52 | 26 |
| Octal | 261 | 22 | 33 | 0 | 132 | 125 | 37 | 545 | 122 | 46 |
| Binary | 10110001 | 10010 | 11011 | 0 | 1011010 | 1010101 | 11111 | 101100101 | 1010010 | 100110 |
Color Harmonies of #B1121B
Complementary color
Monochromatic Colors of #B1121B
Black with #B1121B
Text Example
Text Example
White with #B1121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1121B; }
p { color: rgb(177,18,27); }
H1.HeaderClassName
{
color: #B1121B;
}
.AnyTagClassName
{
color: #B1121B;
}
</style>
background-color css
<style>
a { background-color: #B1121B; }
a { background-color: rgb(177,18,27); }
div.DivClassName
{
background-color: #B1121B;
}
.BgClassName
{
background-color: #B1121B;
}
</style>
border-color css
<style>
span { border-color: #B1121B; }
span { border-color: rgb(177,18,27); }
td.TdClassName
{
border-color: #B1121B;
}
.TagClassName
{
border-color: #B1121B;
}
</style>