Shades of Venetian Red #B11124
Tints of Venetian Red #B11124
RGB
CMYK
RGB Variations
Color information
#B11124 (or 0xB11124) is known color: Venetian Red. HEX triplet: B1, 11 and 24. RGB value is (177,17,36). Sum of RGB (Red+Green+Blue) = 177+17+36=230 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.96% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 177 - color contains mainly: red. Hex color #B11124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11124 is #4EEEDB. Grayscale: #434343. Windows color (decimal): -5172956 or 2363825. OLE color: 2363825.
HSL color Cylindrical-coordinate representation of color #B11124: hue angle of 352.88º 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 #B11124 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 36 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.31 |
| HSL | 352.88º | 0.82% | 0.38% | - |
| HSV(B) | 352.88º | 0.9% | 0.69% | - |
| XYZ | 18.65 | 9.88 | 2.59 | - |
| YUV | 67.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 36 | 0 | 0.90 | 0.80 | 0.31 | 352.88 | 0.82 | 0.38 |
| Hex | B1 | 11 | 24 | 0 | 5A | 50 | 1F | 161 | 52 | 26 |
| Octal | 261 | 21 | 44 | 0 | 132 | 120 | 37 | 541 | 122 | 46 |
| Binary | 10110001 | 10001 | 100100 | 0 | 1011010 | 1010000 | 11111 | 101100001 | 1010010 | 100110 |
Color Harmonies of #B11124
Complementary color
Monochromatic Colors of #B11124
Black with #B11124
Text Example
Text Example
White with #B11124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11124; }
p { color: rgb(177,17,36); }
H1.HeaderClassName
{
color: #B11124;
}
.AnyTagClassName
{
color: #B11124;
}
</style>
background-color css
<style>
a { background-color: #B11124; }
a { background-color: rgb(177,17,36); }
div.DivClassName
{
background-color: #B11124;
}
.BgClassName
{
background-color: #B11124;
}
</style>
border-color css
<style>
span { border-color: #B11124; }
span { border-color: rgb(177,17,36); }
td.TdClassName
{
border-color: #B11124;
}
.TagClassName
{
border-color: #B11124;
}
</style>