Shades of Venetian Red #B7121A
Tints of Venetian Red #B7121A
RGB
CMYK
RGB Variations
Color information
#B7121A (or 0xB7121A) is known color: Venetian Red. HEX triplet: B7, 12 and 1A. RGB value is (183,18,26). Sum of RGB (Red+Green+Blue) = 183+18+26=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B7121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7121A is #48EDE5. Grayscale: #444444. Windows color (decimal): -4779494 or 1708727. OLE color: 1708727.
HSL color Cylindrical-coordinate representation of color #B7121A: hue angle of 357.09º 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 #B7121A is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 26 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.28 |
| HSL | 357.09º | 0.82% | 0.39% | - |
| HSV(B) | 357.09º | 0.9% | 0.72% | - |
| XYZ | 19.93 | 10.57 | 1.97 | - |
| YUV | 68.25 | 104.16 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 26 | 0 | 0.90 | 0.86 | 0.28 | 357.09 | 0.82 | 0.39 |
| Hex | B7 | 12 | 1A | 0 | 5A | 56 | 1C | 165 | 52 | 27 |
| Octal | 267 | 22 | 32 | 0 | 132 | 126 | 34 | 545 | 122 | 47 |
| Binary | 10110111 | 10010 | 11010 | 0 | 1011010 | 1010110 | 11100 | 101100101 | 1010010 | 100111 |
Color Harmonies of #B7121A
Complementary color
Monochromatic Colors of #B7121A
Black with #B7121A
Text Example
Text Example
White with #B7121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7121A; }
p { color: rgb(183,18,26); }
H1.HeaderClassName
{
color: #B7121A;
}
.AnyTagClassName
{
color: #B7121A;
}
</style>
background-color css
<style>
a { background-color: #B7121A; }
a { background-color: rgb(183,18,26); }
div.DivClassName
{
background-color: #B7121A;
}
.BgClassName
{
background-color: #B7121A;
}
</style>
border-color css
<style>
span { border-color: #B7121A; }
span { border-color: rgb(183,18,26); }
td.TdClassName
{
border-color: #B7121A;
}
.TagClassName
{
border-color: #B7121A;
}
</style>