Shades of Venetian Red #B9010E
Tints of Venetian Red #B9010E
RGB
CMYK
RGB Variations
Color information
#B9010E (or 0xB9010E) is known color: Venetian Red. HEX triplet: B9, 01 and 0E. RGB value is (185,1,14). Sum of RGB (Red+Green+Blue) = 185+1+14=200 (26% of max value = 765). Red value is 185 (72.66% from 255 or 92.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 185 - color contains mainly: red. Hex color #B9010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9010E is #46FEF1. Grayscale: #393939. Windows color (decimal): -4652786 or 917945. OLE color: 917945.
HSL color Cylindrical-coordinate representation of color #B9010E: hue angle of 355.76º 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 #B9010E is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.27 |
| HSL | 355.76º | 0.99% | 0.36% | - |
| HSV(B) | 355.76º | 0.99% | 0.73% | - |
| XYZ | 20.1 | 10.37 | 1.36 | - |
| YUV | 57.5 | 103.46 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 14 | 0 | 0.99 | 0.92 | 0.27 | 355.76 | 0.99 | 0.36 |
| Hex | B9 | 1 | E | 0 | 63 | 5C | 1B | 164 | 63 | 24 |
| Octal | 271 | 1 | 16 | 0 | 143 | 134 | 33 | 544 | 143 | 44 |
| Binary | 10111001 | 1 | 1110 | 0 | 1100011 | 1011100 | 11011 | 101100100 | 1100011 | 100100 |
Color Harmonies of #B9010E
Complementary color
Monochromatic Colors of #B9010E
Black with #B9010E
Text Example
Text Example
White with #B9010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9010E; }
p { color: rgb(185,1,14); }
H1.HeaderClassName
{
color: #B9010E;
}
.AnyTagClassName
{
color: #B9010E;
}
</style>
background-color css
<style>
a { background-color: #B9010E; }
a { background-color: rgb(185,1,14); }
div.DivClassName
{
background-color: #B9010E;
}
.BgClassName
{
background-color: #B9010E;
}
</style>
border-color css
<style>
span { border-color: #B9010E; }
span { border-color: rgb(185,1,14); }
td.TdClassName
{
border-color: #B9010E;
}
.TagClassName
{
border-color: #B9010E;
}
</style>