Shades of Venetian Red #B7101B
Tints of Venetian Red #B7101B
RGB
CMYK
RGB Variations
Color information
#B7101B (or 0xB7101B) is known color: Venetian Red. HEX triplet: B7, 10 and 1B. RGB value is (183,16,27). Sum of RGB (Red+Green+Blue) = 183+16+27=226 (29% of max value = 765). Red value is 183 (71.88% from 255 or 80.97% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 183 - color contains mainly: red. Hex color #B7101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7101B is #48EFE4. Grayscale: #434343. Windows color (decimal): -4780005 or 1773751. OLE color: 1773751.
HSL color Cylindrical-coordinate representation of color #B7101B: hue angle of 356.05º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7101B is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 27 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.28 |
| HSL | 356.05º | 0.84% | 0.39% | - |
| HSV(B) | 356.05º | 0.91% | 0.72% | - |
| XYZ | 19.91 | 10.52 | 2.02 | - |
| YUV | 67.19 | 105.33 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 27 | 0 | 0.91 | 0.85 | 0.28 | 356.05 | 0.84 | 0.39 |
| Hex | B7 | 10 | 1B | 0 | 5B | 55 | 1C | 164 | 54 | 27 |
| Octal | 267 | 20 | 33 | 0 | 133 | 125 | 34 | 544 | 124 | 47 |
| Binary | 10110111 | 10000 | 11011 | 0 | 1011011 | 1010101 | 11100 | 101100100 | 1010100 | 100111 |
Color Harmonies of #B7101B
Complementary color
Monochromatic Colors of #B7101B
Black with #B7101B
Text Example
Text Example
White with #B7101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7101B; }
p { color: rgb(183,16,27); }
H1.HeaderClassName
{
color: #B7101B;
}
.AnyTagClassName
{
color: #B7101B;
}
</style>
background-color css
<style>
a { background-color: #B7101B; }
a { background-color: rgb(183,16,27); }
div.DivClassName
{
background-color: #B7101B;
}
.BgClassName
{
background-color: #B7101B;
}
</style>
border-color css
<style>
span { border-color: #B7101B; }
span { border-color: rgb(183,16,27); }
td.TdClassName
{
border-color: #B7101B;
}
.TagClassName
{
border-color: #B7101B;
}
</style>