Shades of Venetian Red #B7001F
Tints of Venetian Red #B7001F
RGB
CMYK
RGB Variations
Color information
#B7001F (or 0xB7001F) is known color: Venetian Red. HEX triplet: B7, 00 and 1F. RGB value is (183,0,31). Sum of RGB (Red+Green+Blue) = 183+0+31=214 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.51% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 183 - color contains mainly: red. Hex color #B7001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7001F is #48FFE0. Grayscale: #3A3A3A. Windows color (decimal): -4784097 or 2031799. OLE color: 2031799.
HSL color Cylindrical-coordinate representation of color #B7001F: hue angle of 349.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7001F is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.83 | 0.28 |
| HSL | 349.84º | 1% | 0.36% | - |
| HSV(B) | 349.84º | 1% | 0.72% | - |
| XYZ | 19.78 | 10.17 | 2.22 | - |
| YUV | 58.25 | 112.63 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 31 | 0 | 1 | 0.83 | 0.28 | 349.84 | 1 | 0.36 |
| Hex | B7 | 0 | 1F | 0 | 64 | 53 | 1C | 15E | 64 | 24 |
| Octal | 267 | 0 | 37 | 0 | 144 | 123 | 34 | 536 | 144 | 44 |
| Binary | 10110111 | 0 | 11111 | 0 | 1100100 | 1010011 | 11100 | 101011110 | 1100100 | 100100 |
Color Harmonies of #B7001F
Complementary color
Monochromatic Colors of #B7001F
Black with #B7001F
Text Example
Text Example
White with #B7001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7001F; }
p { color: rgb(183,0,31); }
H1.HeaderClassName
{
color: #B7001F;
}
.AnyTagClassName
{
color: #B7001F;
}
</style>
background-color css
<style>
a { background-color: #B7001F; }
a { background-color: rgb(183,0,31); }
div.DivClassName
{
background-color: #B7001F;
}
.BgClassName
{
background-color: #B7001F;
}
</style>
border-color css
<style>
span { border-color: #B7001F; }
span { border-color: rgb(183,0,31); }
td.TdClassName
{
border-color: #B7001F;
}
.TagClassName
{
border-color: #B7001F;
}
</style>