Shades of Venetian Red #B9030B
Tints of Venetian Red #B9030B
RGB
CMYK
RGB Variations
Color information
#B9030B (or 0xB9030B) is known color: Venetian Red. HEX triplet: B9, 03 and 0B. RGB value is (185,3,11). Sum of RGB (Red+Green+Blue) = 185+3+11=199 (26% of max value = 765). Red value is 185 (72.66% from 255 or 92.96% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 185 - color contains mainly: red. Hex color #B9030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9030B is #46FCF4. Grayscale: #3A3A3A. Windows color (decimal): -4652277 or 721849. OLE color: 721849.
HSL color Cylindrical-coordinate representation of color #B9030B: hue angle of 357.36º degrees, saturation: 0.97, 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 #B9030B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.27 |
| HSL | 357.36º | 0.97% | 0.37% | - |
| HSV(B) | 357.36º | 0.98% | 0.73% | - |
| XYZ | 20.1 | 10.4 | 1.27 | - |
| YUV | 58.33 | 101.3 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 3 | 11 | 0 | 0.98 | 0.94 | 0.27 | 357.36 | 0.97 | 0.37 |
| Hex | B9 | 3 | B | 0 | 62 | 5E | 1B | 165 | 61 | 25 |
| Octal | 271 | 3 | 13 | 0 | 142 | 136 | 33 | 545 | 141 | 45 |
| Binary | 10111001 | 11 | 1011 | 0 | 1100010 | 1011110 | 11011 | 101100101 | 1100001 | 100101 |
Color Harmonies of #B9030B
Complementary color
Monochromatic Colors of #B9030B
Black with #B9030B
Text Example
Text Example
White with #B9030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9030B; }
p { color: rgb(185,3,11); }
H1.HeaderClassName
{
color: #B9030B;
}
.AnyTagClassName
{
color: #B9030B;
}
</style>
background-color css
<style>
a { background-color: #B9030B; }
a { background-color: rgb(185,3,11); }
div.DivClassName
{
background-color: #B9030B;
}
.BgClassName
{
background-color: #B9030B;
}
</style>
border-color css
<style>
span { border-color: #B9030B; }
span { border-color: rgb(185,3,11); }
td.TdClassName
{
border-color: #B9030B;
}
.TagClassName
{
border-color: #B9030B;
}
</style>