Shades of Venetian Red #B9111B
Tints of Venetian Red #B9111B
RGB
CMYK
RGB Variations
Color information
#B9111B (or 0xB9111B) is known color: Venetian Red. HEX triplet: B9, 11 and 1B. RGB value is (185,17,27). Sum of RGB (Red+Green+Blue) = 185+17+27=229 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.79% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 185 - color contains mainly: red. Hex color #B9111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9111B is #46EEE4. Grayscale: #444444. Windows color (decimal): -4648677 or 1774009. OLE color: 1774009.
HSL color Cylindrical-coordinate representation of color #B9111B: hue angle of 356.43º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9111B is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 27 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.27 |
| HSL | 356.43º | 0.83% | 0.4% | - |
| HSV(B) | 356.43º | 0.91% | 0.73% | - |
| XYZ | 20.41 | 10.79 | 2.04 | - |
| YUV | 68.37 | 104.66 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 27 | 0 | 0.91 | 0.85 | 0.27 | 356.43 | 0.83 | 0.4 |
| Hex | B9 | 11 | 1B | 0 | 5B | 55 | 1B | 164 | 53 | 28 |
| Octal | 271 | 21 | 33 | 0 | 133 | 125 | 33 | 544 | 123 | 50 |
| Binary | 10111001 | 10001 | 11011 | 0 | 1011011 | 1010101 | 11011 | 101100100 | 1010011 | 101000 |
Color Harmonies of #B9111B
Complementary color
Monochromatic Colors of #B9111B
Black with #B9111B
Text Example
Text Example
White with #B9111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9111B; }
p { color: rgb(185,17,27); }
H1.HeaderClassName
{
color: #B9111B;
}
.AnyTagClassName
{
color: #B9111B;
}
</style>
background-color css
<style>
a { background-color: #B9111B; }
a { background-color: rgb(185,17,27); }
div.DivClassName
{
background-color: #B9111B;
}
.BgClassName
{
background-color: #B9111B;
}
</style>
border-color css
<style>
span { border-color: #B9111B; }
span { border-color: rgb(185,17,27); }
td.TdClassName
{
border-color: #B9111B;
}
.TagClassName
{
border-color: #B9111B;
}
</style>