Shades of Venetian Red #B7131D
Tints of Venetian Red #B7131D
RGB
CMYK
RGB Variations
Color information
#B7131D (or 0xB7131D) is known color: Venetian Red. HEX triplet: B7, 13 and 1D. RGB value is (183,19,29). Sum of RGB (Red+Green+Blue) = 183+19+29=231 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.22% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 183 - color contains mainly: red. Hex color #B7131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7131D is #48ECE2. Grayscale: #454545. Windows color (decimal): -4779235 or 1905591. OLE color: 1905591.
HSL color Cylindrical-coordinate representation of color #B7131D: hue angle of 356.34º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7131D is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 29 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.28 |
| HSL | 356.34º | 0.81% | 0.4% | - |
| HSV(B) | 356.34º | 0.9% | 0.72% | - |
| XYZ | 19.98 | 10.62 | 2.16 | - |
| YUV | 69.18 | 105.33 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 29 | 0 | 0.90 | 0.84 | 0.28 | 356.34 | 0.81 | 0.4 |
| Hex | B7 | 13 | 1D | 0 | 5A | 54 | 1C | 164 | 51 | 28 |
| Octal | 267 | 23 | 35 | 0 | 132 | 124 | 34 | 544 | 121 | 50 |
| Binary | 10110111 | 10011 | 11101 | 0 | 1011010 | 1010100 | 11100 | 101100100 | 1010001 | 101000 |
Color Harmonies of #B7131D
Complementary color
Monochromatic Colors of #B7131D
Black with #B7131D
Text Example
Text Example
White with #B7131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7131D; }
p { color: rgb(183,19,29); }
H1.HeaderClassName
{
color: #B7131D;
}
.AnyTagClassName
{
color: #B7131D;
}
</style>
background-color css
<style>
a { background-color: #B7131D; }
a { background-color: rgb(183,19,29); }
div.DivClassName
{
background-color: #B7131D;
}
.BgClassName
{
background-color: #B7131D;
}
</style>
border-color css
<style>
span { border-color: #B7131D; }
span { border-color: rgb(183,19,29); }
td.TdClassName
{
border-color: #B7131D;
}
.TagClassName
{
border-color: #B7131D;
}
</style>