Shades of Venetian Red #B9151A
Tints of Venetian Red #B9151A
RGB
CMYK
RGB Variations
Color information
#B9151A (or 0xB9151A) is known color: Venetian Red. HEX triplet: B9, 15 and 1A. RGB value is (185,21,26). Sum of RGB (Red+Green+Blue) = 185+21+26=232 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.74% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 185 - color contains mainly: red. Hex color #B9151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9151A is #46EAE5. Grayscale: #464646. Windows color (decimal): -4647654 or 1709497. OLE color: 1709497.
HSL color Cylindrical-coordinate representation of color #B9151A: hue angle of 358.17º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9151A is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 21 | 26 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.27 |
| HSL | 358.17º | 0.8% | 0.4% | - |
| HSV(B) | 358.17º | 0.89% | 0.73% | - |
| XYZ | 20.46 | 10.93 | 2.01 | - |
| YUV | 70.61 | 102.83 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 21 | 26 | 0 | 0.89 | 0.86 | 0.27 | 358.17 | 0.8 | 0.4 |
| Hex | B9 | 15 | 1A | 0 | 59 | 56 | 1B | 166 | 50 | 28 |
| Octal | 271 | 25 | 32 | 0 | 131 | 126 | 33 | 546 | 120 | 50 |
| Binary | 10111001 | 10101 | 11010 | 0 | 1011001 | 1010110 | 11011 | 101100110 | 1010000 | 101000 |
Color Harmonies of #B9151A
Complementary color
Monochromatic Colors of #B9151A
Black with #B9151A
Text Example
Text Example
White with #B9151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9151A; }
p { color: rgb(185,21,26); }
H1.HeaderClassName
{
color: #B9151A;
}
.AnyTagClassName
{
color: #B9151A;
}
</style>
background-color css
<style>
a { background-color: #B9151A; }
a { background-color: rgb(185,21,26); }
div.DivClassName
{
background-color: #B9151A;
}
.BgClassName
{
background-color: #B9151A;
}
</style>
border-color css
<style>
span { border-color: #B9151A; }
span { border-color: rgb(185,21,26); }
td.TdClassName
{
border-color: #B9151A;
}
.TagClassName
{
border-color: #B9151A;
}
</style>