Shades of Venetian Red #B50722
Tints of Venetian Red #B50722
RGB
CMYK
RGB Variations
Color information
#B50722 (or 0xB50722) is known color: Venetian Red. HEX triplet: B5, 07 and 22. RGB value is (181,7,34). Sum of RGB (Red+Green+Blue) = 181+7+34=222 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.53% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 181 - color contains mainly: red. Hex color #B50722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50722 is #4AF8DD. Grayscale: #3E3E3E. Windows color (decimal): -4913374 or 2230197. OLE color: 2230197.
HSL color Cylindrical-coordinate representation of color #B50722: hue angle of 350.69º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50722 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 7 | 34 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.29 |
| HSL | 350.69º | 0.93% | 0.37% | - |
| HSV(B) | 350.69º | 0.96% | 0.71% | - |
| XYZ | 19.42 | 10.09 | 2.44 | - |
| YUV | 62.1 | 112.15 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 34 | 0 | 0.96 | 0.81 | 0.29 | 350.69 | 0.93 | 0.37 |
| Hex | B5 | 7 | 22 | 0 | 60 | 51 | 1D | 15F | 5D | 25 |
| Octal | 265 | 7 | 42 | 0 | 140 | 121 | 35 | 537 | 135 | 45 |
| Binary | 10110101 | 111 | 100010 | 0 | 1100000 | 1010001 | 11101 | 101011111 | 1011101 | 100101 |
Color Harmonies of #B50722
Complementary color
Monochromatic Colors of #B50722
Black with #B50722
Text Example
Text Example
White with #B50722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50722; }
p { color: rgb(181,7,34); }
H1.HeaderClassName
{
color: #B50722;
}
.AnyTagClassName
{
color: #B50722;
}
</style>
background-color css
<style>
a { background-color: #B50722; }
a { background-color: rgb(181,7,34); }
div.DivClassName
{
background-color: #B50722;
}
.BgClassName
{
background-color: #B50722;
}
</style>
border-color css
<style>
span { border-color: #B50722; }
span { border-color: rgb(181,7,34); }
td.TdClassName
{
border-color: #B50722;
}
.TagClassName
{
border-color: #B50722;
}
</style>