Shades of Venetian Red #B9071D
Tints of Venetian Red #B9071D
RGB
CMYK
RGB Variations
Color information
#B9071D (or 0xB9071D) is known color: Venetian Red. HEX triplet: B9, 07 and 1D. RGB value is (185,7,29). Sum of RGB (Red+Green+Blue) = 185+7+29=221 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.71% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 185 - color contains mainly: red. Hex color #B9071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9071D is #46F8E2. Grayscale: #3E3E3E. Windows color (decimal): -4651235 or 1902521. OLE color: 1902521.
HSL color Cylindrical-coordinate representation of color #B9071D: hue angle of 352.58º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9071D is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 29 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.27 |
| HSL | 352.58º | 0.93% | 0.38% | - |
| HSV(B) | 352.58º | 0.96% | 0.73% | - |
| XYZ | 20.31 | 10.55 | 2.13 | - |
| YUV | 62.73 | 108.97 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 29 | 0 | 0.96 | 0.84 | 0.27 | 352.58 | 0.93 | 0.38 |
| Hex | B9 | 7 | 1D | 0 | 60 | 54 | 1B | 161 | 5D | 26 |
| Octal | 271 | 7 | 35 | 0 | 140 | 124 | 33 | 541 | 135 | 46 |
| Binary | 10111001 | 111 | 11101 | 0 | 1100000 | 1010100 | 11011 | 101100001 | 1011101 | 100110 |
Color Harmonies of #B9071D
Complementary color
Monochromatic Colors of #B9071D
Black with #B9071D
Text Example
Text Example
White with #B9071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9071D; }
p { color: rgb(185,7,29); }
H1.HeaderClassName
{
color: #B9071D;
}
.AnyTagClassName
{
color: #B9071D;
}
</style>
background-color css
<style>
a { background-color: #B9071D; }
a { background-color: rgb(185,7,29); }
div.DivClassName
{
background-color: #B9071D;
}
.BgClassName
{
background-color: #B9071D;
}
</style>
border-color css
<style>
span { border-color: #B9071D; }
span { border-color: rgb(185,7,29); }
td.TdClassName
{
border-color: #B9071D;
}
.TagClassName
{
border-color: #B9071D;
}
</style>