Shades of Venetian Red #B9040B
Tints of Venetian Red #B9040B
RGB
CMYK
RGB Variations
Color information
#B9040B (or 0xB9040B) is known color: Venetian Red. HEX triplet: B9, 04 and 0B. RGB value is (185,4,11). Sum of RGB (Red+Green+Blue) = 185+4+11=200 (26% of max value = 765). Red value is 185 (72.66% from 255 or 92.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 185 - color contains mainly: red. Hex color #B9040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9040B is #46FBF4. Grayscale: #3B3B3B. Windows color (decimal): -4652021 or 722105. OLE color: 722105.
HSL color Cylindrical-coordinate representation of color #B9040B: hue angle of 357.68º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9040B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.27 |
| HSL | 357.68º | 0.96% | 0.37% | - |
| HSV(B) | 357.68º | 0.98% | 0.73% | - |
| XYZ | 20.11 | 10.43 | 1.27 | - |
| YUV | 58.92 | 100.97 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 11 | 0 | 0.98 | 0.94 | 0.27 | 357.68 | 0.96 | 0.37 |
| Hex | B9 | 4 | B | 0 | 62 | 5E | 1B | 166 | 60 | 25 |
| Octal | 271 | 4 | 13 | 0 | 142 | 136 | 33 | 546 | 140 | 45 |
| Binary | 10111001 | 100 | 1011 | 0 | 1100010 | 1011110 | 11011 | 101100110 | 1100000 | 100101 |
Color Harmonies of #B9040B
Complementary color
Monochromatic Colors of #B9040B
Black with #B9040B
Text Example
Text Example
White with #B9040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9040B; }
p { color: rgb(185,4,11); }
H1.HeaderClassName
{
color: #B9040B;
}
.AnyTagClassName
{
color: #B9040B;
}
</style>
background-color css
<style>
a { background-color: #B9040B; }
a { background-color: rgb(185,4,11); }
div.DivClassName
{
background-color: #B9040B;
}
.BgClassName
{
background-color: #B9040B;
}
</style>
border-color css
<style>
span { border-color: #B9040B; }
span { border-color: rgb(185,4,11); }
td.TdClassName
{
border-color: #B9040B;
}
.TagClassName
{
border-color: #B9040B;
}
</style>