Shades of Venetian Red #B7101F
Tints of Venetian Red #B7101F
RGB
CMYK
RGB Variations
Color information
#B7101F (or 0xB7101F) is known color: Venetian Red. HEX triplet: B7, 10 and 1F. RGB value is (183,16,31). Sum of RGB (Red+Green+Blue) = 183+16+31=230 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.57% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 183 - color contains mainly: red. Hex color #B7101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7101F is #48EFE0. Grayscale: #434343. Windows color (decimal): -4780001 or 2035895. OLE color: 2035895.
HSL color Cylindrical-coordinate representation of color #B7101F: hue angle of 354.61º 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 #B7101F is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 31 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.28 |
| HSL | 354.61º | 0.84% | 0.39% | - |
| HSV(B) | 354.61º | 0.91% | 0.72% | - |
| XYZ | 19.96 | 10.54 | 2.28 | - |
| YUV | 67.64 | 107.33 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 31 | 0 | 0.91 | 0.83 | 0.28 | 354.61 | 0.84 | 0.39 |
| Hex | B7 | 10 | 1F | 0 | 5B | 53 | 1C | 163 | 54 | 27 |
| Octal | 267 | 20 | 37 | 0 | 133 | 123 | 34 | 543 | 124 | 47 |
| Binary | 10110111 | 10000 | 11111 | 0 | 1011011 | 1010011 | 11100 | 101100011 | 1010100 | 100111 |
Color Harmonies of #B7101F
Complementary color
Monochromatic Colors of #B7101F
Black with #B7101F
Text Example
Text Example
White with #B7101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7101F; }
p { color: rgb(183,16,31); }
H1.HeaderClassName
{
color: #B7101F;
}
.AnyTagClassName
{
color: #B7101F;
}
</style>
background-color css
<style>
a { background-color: #B7101F; }
a { background-color: rgb(183,16,31); }
div.DivClassName
{
background-color: #B7101F;
}
.BgClassName
{
background-color: #B7101F;
}
</style>
border-color css
<style>
span { border-color: #B7101F; }
span { border-color: rgb(183,16,31); }
td.TdClassName
{
border-color: #B7101F;
}
.TagClassName
{
border-color: #B7101F;
}
</style>