Shades of Venetian Red #B7011F
Tints of Venetian Red #B7011F
RGB
CMYK
RGB Variations
Color information
#B7011F (or 0xB7011F) is known color: Venetian Red. HEX triplet: B7, 01 and 1F. RGB value is (183,1,31). Sum of RGB (Red+Green+Blue) = 183+1+31=215 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.12% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 183 - color contains mainly: red. Hex color #B7011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7011F is #48FEE0. Grayscale: #3A3A3A. Windows color (decimal): -4783841 or 2032055. OLE color: 2032055.
HSL color Cylindrical-coordinate representation of color #B7011F: hue angle of 350.11º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7011F is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.28 |
| HSL | 350.11º | 0.99% | 0.36% | - |
| HSV(B) | 350.11º | 0.99% | 0.72% | - |
| XYZ | 19.79 | 10.19 | 2.22 | - |
| YUV | 58.84 | 112.3 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 31 | 0 | 0.99 | 0.83 | 0.28 | 350.11 | 0.99 | 0.36 |
| Hex | B7 | 1 | 1F | 0 | 63 | 53 | 1C | 15E | 63 | 24 |
| Octal | 267 | 1 | 37 | 0 | 143 | 123 | 34 | 536 | 143 | 44 |
| Binary | 10110111 | 1 | 11111 | 0 | 1100011 | 1010011 | 11100 | 101011110 | 1100011 | 100100 |
Color Harmonies of #B7011F
Complementary color
Monochromatic Colors of #B7011F
Black with #B7011F
Text Example
Text Example
White with #B7011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7011F; }
p { color: rgb(183,1,31); }
H1.HeaderClassName
{
color: #B7011F;
}
.AnyTagClassName
{
color: #B7011F;
}
</style>
background-color css
<style>
a { background-color: #B7011F; }
a { background-color: rgb(183,1,31); }
div.DivClassName
{
background-color: #B7011F;
}
.BgClassName
{
background-color: #B7011F;
}
</style>
border-color css
<style>
span { border-color: #B7011F; }
span { border-color: rgb(183,1,31); }
td.TdClassName
{
border-color: #B7011F;
}
.TagClassName
{
border-color: #B7011F;
}
</style>