Shades of Venetian Red #B7121F
Tints of Venetian Red #B7121F
RGB
CMYK
RGB Variations
Color information
#B7121F (or 0xB7121F) is known color: Venetian Red. HEX triplet: B7, 12 and 1F. RGB value is (183,18,31). Sum of RGB (Red+Green+Blue) = 183+18+31=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B7121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7121F is #48EDE0. Grayscale: #444444. Windows color (decimal): -4779489 or 2036407. OLE color: 2036407.
HSL color Cylindrical-coordinate representation of color #B7121F: hue angle of 355.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7121F is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 31 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.28 |
| HSL | 355.27º | 0.82% | 0.39% | - |
| HSV(B) | 355.27º | 0.9% | 0.72% | - |
| XYZ | 19.99 | 10.6 | 2.29 | - |
| YUV | 68.82 | 106.66 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 31 | 0 | 0.90 | 0.83 | 0.28 | 355.27 | 0.82 | 0.39 |
| Hex | B7 | 12 | 1F | 0 | 5A | 53 | 1C | 163 | 52 | 27 |
| Octal | 267 | 22 | 37 | 0 | 132 | 123 | 34 | 543 | 122 | 47 |
| Binary | 10110111 | 10010 | 11111 | 0 | 1011010 | 1010011 | 11100 | 101100011 | 1010010 | 100111 |
Color Harmonies of #B7121F
Complementary color
Monochromatic Colors of #B7121F
Black with #B7121F
Text Example
Text Example
White with #B7121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7121F; }
p { color: rgb(183,18,31); }
H1.HeaderClassName
{
color: #B7121F;
}
.AnyTagClassName
{
color: #B7121F;
}
</style>
background-color css
<style>
a { background-color: #B7121F; }
a { background-color: rgb(183,18,31); }
div.DivClassName
{
background-color: #B7121F;
}
.BgClassName
{
background-color: #B7121F;
}
</style>
border-color css
<style>
span { border-color: #B7121F; }
span { border-color: rgb(183,18,31); }
td.TdClassName
{
border-color: #B7121F;
}
.TagClassName
{
border-color: #B7121F;
}
</style>