Shades of Venetian Red #B50922
Tints of Venetian Red #B50922
RGB
CMYK
RGB Variations
Color information
#B50922 (or 0xB50922) is known color: Venetian Red. HEX triplet: B5, 09 and 22. RGB value is (181,9,34). Sum of RGB (Red+Green+Blue) = 181+9+34=224 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.80% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 181 - color contains mainly: red. Hex color #B50922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50922 is #4AF6DD. Grayscale: #3F3F3F. Windows color (decimal): -4912862 or 2230709. OLE color: 2230709.
HSL color Cylindrical-coordinate representation of color #B50922: hue angle of 351.28º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50922 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 9 | 34 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.29 |
| HSL | 351.28º | 0.91% | 0.37% | - |
| HSV(B) | 351.28º | 0.95% | 0.71% | - |
| XYZ | 19.44 | 10.13 | 2.44 | - |
| YUV | 63.28 | 111.48 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 9 | 34 | 0 | 0.95 | 0.81 | 0.29 | 351.28 | 0.91 | 0.37 |
| Hex | B5 | 9 | 22 | 0 | 5F | 51 | 1D | 15F | 5B | 25 |
| Octal | 265 | 11 | 42 | 0 | 137 | 121 | 35 | 537 | 133 | 45 |
| Binary | 10110101 | 1001 | 100010 | 0 | 1011111 | 1010001 | 11101 | 101011111 | 1011011 | 100101 |
Color Harmonies of #B50922
Complementary color
Monochromatic Colors of #B50922
Black with #B50922
Text Example
Text Example
White with #B50922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50922; }
p { color: rgb(181,9,34); }
H1.HeaderClassName
{
color: #B50922;
}
.AnyTagClassName
{
color: #B50922;
}
</style>
background-color css
<style>
a { background-color: #B50922; }
a { background-color: rgb(181,9,34); }
div.DivClassName
{
background-color: #B50922;
}
.BgClassName
{
background-color: #B50922;
}
</style>
border-color css
<style>
span { border-color: #B50922; }
span { border-color: rgb(181,9,34); }
td.TdClassName
{
border-color: #B50922;
}
.TagClassName
{
border-color: #B50922;
}
</style>