Shades of Venetian Red #B9011B
Tints of Venetian Red #B9011B
RGB
CMYK
RGB Variations
Color information
#B9011B (or 0xB9011B) is known color: Venetian Red. HEX triplet: B9, 01 and 1B. RGB value is (185,1,27). Sum of RGB (Red+Green+Blue) = 185+1+27=213 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.85% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 185 - color contains mainly: red. Hex color #B9011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9011B is #46FEE4. Grayscale: #3B3B3B. Windows color (decimal): -4652773 or 1769913. OLE color: 1769913.
HSL color Cylindrical-coordinate representation of color #B9011B: hue angle of 351.52º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9011B is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.27 |
| HSL | 351.52º | 0.99% | 0.36% | - |
| HSV(B) | 351.52º | 0.99% | 0.73% | - |
| XYZ | 20.22 | 10.42 | 1.98 | - |
| YUV | 58.98 | 109.96 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 27 | 0 | 0.99 | 0.85 | 0.27 | 351.52 | 0.99 | 0.36 |
| Hex | B9 | 1 | 1B | 0 | 63 | 55 | 1B | 160 | 63 | 24 |
| Octal | 271 | 1 | 33 | 0 | 143 | 125 | 33 | 540 | 143 | 44 |
| Binary | 10111001 | 1 | 11011 | 0 | 1100011 | 1010101 | 11011 | 101100000 | 1100011 | 100100 |
Color Harmonies of #B9011B
Complementary color
Monochromatic Colors of #B9011B
Black with #B9011B
Text Example
Text Example
White with #B9011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9011B; }
p { color: rgb(185,1,27); }
H1.HeaderClassName
{
color: #B9011B;
}
.AnyTagClassName
{
color: #B9011B;
}
</style>
background-color css
<style>
a { background-color: #B9011B; }
a { background-color: rgb(185,1,27); }
div.DivClassName
{
background-color: #B9011B;
}
.BgClassName
{
background-color: #B9011B;
}
</style>
border-color css
<style>
span { border-color: #B9011B; }
span { border-color: rgb(185,1,27); }
td.TdClassName
{
border-color: #B9011B;
}
.TagClassName
{
border-color: #B9011B;
}
</style>