Shades of Venetian Red #B9010B
Tints of Venetian Red #B9010B
RGB
CMYK
RGB Variations
Color information
#B9010B (or 0xB9010B) is known color: Venetian Red. HEX triplet: B9, 01 and 0B. RGB value is (185,1,11). Sum of RGB (Red+Green+Blue) = 185+1+11=197 (26% of max value = 765). Red value is 185 (72.66% from 255 or 93.91% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 185 - color contains mainly: red. Hex color #B9010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9010B is #46FEF4. Grayscale: #393939. Windows color (decimal): -4652789 or 721337. OLE color: 721337.
HSL color Cylindrical-coordinate representation of color #B9010B: hue angle of 356.74º 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 #B9010B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.27 |
| HSL | 356.74º | 0.99% | 0.36% | - |
| HSV(B) | 356.74º | 0.99% | 0.73% | - |
| XYZ | 20.08 | 10.36 | 1.26 | - |
| YUV | 57.16 | 101.96 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 11 | 0 | 0.99 | 0.94 | 0.27 | 356.74 | 0.99 | 0.36 |
| Hex | B9 | 1 | B | 0 | 63 | 5E | 1B | 165 | 63 | 24 |
| Octal | 271 | 1 | 13 | 0 | 143 | 136 | 33 | 545 | 143 | 44 |
| Binary | 10111001 | 1 | 1011 | 0 | 1100011 | 1011110 | 11011 | 101100101 | 1100011 | 100100 |
Color Harmonies of #B9010B
Complementary color
Monochromatic Colors of #B9010B
Black with #B9010B
Text Example
Text Example
White with #B9010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9010B; }
p { color: rgb(185,1,11); }
H1.HeaderClassName
{
color: #B9010B;
}
.AnyTagClassName
{
color: #B9010B;
}
</style>
background-color css
<style>
a { background-color: #B9010B; }
a { background-color: rgb(185,1,11); }
div.DivClassName
{
background-color: #B9010B;
}
.BgClassName
{
background-color: #B9010B;
}
</style>
border-color css
<style>
span { border-color: #B9010B; }
span { border-color: rgb(185,1,11); }
td.TdClassName
{
border-color: #B9010B;
}
.TagClassName
{
border-color: #B9010B;
}
</style>