Shades of Venetian Red #B91619
Tints of Venetian Red #B91619
RGB
CMYK
RGB Variations
Color information
#B91619 (or 0xB91619) is known color: Venetian Red. HEX triplet: B9, 16 and 19. RGB value is (185,22,25). Sum of RGB (Red+Green+Blue) = 185+22+25=232 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.74% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 185 - color contains mainly: red. Hex color #B91619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91619 is #46E9E6. Grayscale: #474747. Windows color (decimal): -4647399 or 1644217. OLE color: 1644217.
HSL color Cylindrical-coordinate representation of color #B91619: hue angle of 358.9º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91619 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 25 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.27 |
| HSL | 358.9º | 0.79% | 0.41% | - |
| HSV(B) | 358.9º | 0.88% | 0.73% | - |
| XYZ | 20.47 | 10.96 | 1.96 | - |
| YUV | 71.08 | 102 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 25 | 0 | 0.88 | 0.86 | 0.27 | 358.9 | 0.79 | 0.41 |
| Hex | B9 | 16 | 19 | 0 | 58 | 56 | 1B | 167 | 4F | 29 |
| Octal | 271 | 26 | 31 | 0 | 130 | 126 | 33 | 547 | 117 | 51 |
| Binary | 10111001 | 10110 | 11001 | 0 | 1011000 | 1010110 | 11011 | 101100111 | 1001111 | 101001 |
Color Harmonies of #B91619
Complementary color
Monochromatic Colors of #B91619
Black with #B91619
Text Example
Text Example
White with #B91619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91619; }
p { color: rgb(185,22,25); }
H1.HeaderClassName
{
color: #B91619;
}
.AnyTagClassName
{
color: #B91619;
}
</style>
background-color css
<style>
a { background-color: #B91619; }
a { background-color: rgb(185,22,25); }
div.DivClassName
{
background-color: #B91619;
}
.BgClassName
{
background-color: #B91619;
}
</style>
border-color css
<style>
span { border-color: #B91619; }
span { border-color: rgb(185,22,25); }
td.TdClassName
{
border-color: #B91619;
}
.TagClassName
{
border-color: #B91619;
}
</style>