Shades of Venetian Red #B9011D
Tints of Venetian Red #B9011D
RGB
CMYK
RGB Variations
Color information
#B9011D (or 0xB9011D) is known color: Venetian Red. HEX triplet: B9, 01 and 1D. RGB value is (185,1,29). Sum of RGB (Red+Green+Blue) = 185+1+29=215 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.05% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 185 - color contains mainly: red. Hex color #B9011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9011D is #46FEE2. Grayscale: #3B3B3B. Windows color (decimal): -4652771 or 1900985. OLE color: 1900985.
HSL color Cylindrical-coordinate representation of color #B9011D: hue angle of 350.87º 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 #B9011D is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.27 |
| HSL | 350.87º | 0.99% | 0.36% | - |
| HSV(B) | 350.87º | 0.99% | 0.73% | - |
| XYZ | 20.24 | 10.42 | 2.11 | - |
| YUV | 59.21 | 110.96 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 29 | 0 | 0.99 | 0.84 | 0.27 | 350.87 | 0.99 | 0.36 |
| Hex | B9 | 1 | 1D | 0 | 63 | 54 | 1B | 15F | 63 | 24 |
| Octal | 271 | 1 | 35 | 0 | 143 | 124 | 33 | 537 | 143 | 44 |
| Binary | 10111001 | 1 | 11101 | 0 | 1100011 | 1010100 | 11011 | 101011111 | 1100011 | 100100 |
Color Harmonies of #B9011D
Complementary color
Monochromatic Colors of #B9011D
Black with #B9011D
Text Example
Text Example
White with #B9011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9011D; }
p { color: rgb(185,1,29); }
H1.HeaderClassName
{
color: #B9011D;
}
.AnyTagClassName
{
color: #B9011D;
}
</style>
background-color css
<style>
a { background-color: #B9011D; }
a { background-color: rgb(185,1,29); }
div.DivClassName
{
background-color: #B9011D;
}
.BgClassName
{
background-color: #B9011D;
}
</style>
border-color css
<style>
span { border-color: #B9011D; }
span { border-color: rgb(185,1,29); }
td.TdClassName
{
border-color: #B9011D;
}
.TagClassName
{
border-color: #B9011D;
}
</style>