Shades of Venetian Red #B10617
Tints of Venetian Red #B10617
RGB
CMYK
RGB Variations
Color information
#B10617 (or 0xB10617) is known color: Venetian Red. HEX triplet: B1, 06 and 17. RGB value is (177,6,23). Sum of RGB (Red+Green+Blue) = 177+6+23=206 (27% of max value = 765). Red value is 177 (69.53% from 255 or 85.92% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 23 (9.38% from 255 or 11.17% from 206); Max value from RGB is 177 - color contains mainly: red. Hex color #B10617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10617 is #4EF9E8. Grayscale: #3B3B3B. Windows color (decimal): -5175785 or 1509041. OLE color: 1509041.
HSL color Cylindrical-coordinate representation of color #B10617: hue angle of 354.04º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10617 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 23 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.31 |
| HSL | 354.04º | 0.93% | 0.36% | - |
| HSV(B) | 354.04º | 0.97% | 0.69% | - |
| XYZ | 18.35 | 9.54 | 1.68 | - |
| YUV | 59.07 | 107.65 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 23 | 0 | 0.97 | 0.87 | 0.31 | 354.04 | 0.93 | 0.36 |
| Hex | B1 | 6 | 17 | 0 | 61 | 57 | 1F | 162 | 5D | 24 |
| Octal | 261 | 6 | 27 | 0 | 141 | 127 | 37 | 542 | 135 | 44 |
| Binary | 10110001 | 110 | 10111 | 0 | 1100001 | 1010111 | 11111 | 101100010 | 1011101 | 100100 |
Color Harmonies of #B10617
Complementary color
Monochromatic Colors of #B10617
Black with #B10617
Text Example
Text Example
White with #B10617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10617; }
p { color: rgb(177,6,23); }
H1.HeaderClassName
{
color: #B10617;
}
.AnyTagClassName
{
color: #B10617;
}
</style>
background-color css
<style>
a { background-color: #B10617; }
a { background-color: rgb(177,6,23); }
div.DivClassName
{
background-color: #B10617;
}
.BgClassName
{
background-color: #B10617;
}
</style>
border-color css
<style>
span { border-color: #B10617; }
span { border-color: rgb(177,6,23); }
td.TdClassName
{
border-color: #B10617;
}
.TagClassName
{
border-color: #B10617;
}
</style>