Shades of Venetian Red #B9101B
Tints of Venetian Red #B9101B
RGB
CMYK
RGB Variations
Color information
#B9101B (or 0xB9101B) is known color: Venetian Red. HEX triplet: B9, 10 and 1B. RGB value is (185,16,27). Sum of RGB (Red+Green+Blue) = 185+16+27=228 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.14% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 185 - color contains mainly: red. Hex color #B9101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9101B is #46EFE4. Grayscale: #434343. Windows color (decimal): -4648933 or 1773753. OLE color: 1773753.
HSL color Cylindrical-coordinate representation of color #B9101B: hue angle of 356.09º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9101B is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 27 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.27 |
| HSL | 356.09º | 0.84% | 0.39% | - |
| HSV(B) | 356.09º | 0.91% | 0.73% | - |
| XYZ | 20.39 | 10.76 | 2.04 | - |
| YUV | 67.79 | 104.99 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 27 | 0 | 0.91 | 0.85 | 0.27 | 356.09 | 0.84 | 0.39 |
| Hex | B9 | 10 | 1B | 0 | 5B | 55 | 1B | 164 | 54 | 27 |
| Octal | 271 | 20 | 33 | 0 | 133 | 125 | 33 | 544 | 124 | 47 |
| Binary | 10111001 | 10000 | 11011 | 0 | 1011011 | 1010101 | 11011 | 101100100 | 1010100 | 100111 |
Color Harmonies of #B9101B
Complementary color
Monochromatic Colors of #B9101B
Black with #B9101B
Text Example
Text Example
White with #B9101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9101B; }
p { color: rgb(185,16,27); }
H1.HeaderClassName
{
color: #B9101B;
}
.AnyTagClassName
{
color: #B9101B;
}
</style>
background-color css
<style>
a { background-color: #B9101B; }
a { background-color: rgb(185,16,27); }
div.DivClassName
{
background-color: #B9101B;
}
.BgClassName
{
background-color: #B9101B;
}
</style>
border-color css
<style>
span { border-color: #B9101B; }
span { border-color: rgb(185,16,27); }
td.TdClassName
{
border-color: #B9101B;
}
.TagClassName
{
border-color: #B9101B;
}
</style>