Shades of Venetian Red #B50624
Tints of Venetian Red #B50624
RGB
CMYK
RGB Variations
Color information
#B50624 (or 0xB50624) is known color: Venetian Red. HEX triplet: B5, 06 and 24. RGB value is (181,6,36). Sum of RGB (Red+Green+Blue) = 181+6+36=223 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.17% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 181 - color contains mainly: red. Hex color #B50624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50624 is #4AF9DB. Grayscale: #3D3D3D. Windows color (decimal): -4913628 or 2361013. OLE color: 2361013.
HSL color Cylindrical-coordinate representation of color #B50624: hue angle of 349.71º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50624 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 36 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.29 |
| HSL | 349.71º | 0.94% | 0.37% | - |
| HSV(B) | 349.71º | 0.97% | 0.71% | - |
| XYZ | 19.44 | 10.08 | 2.59 | - |
| YUV | 61.75 | 113.48 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 36 | 0 | 0.97 | 0.80 | 0.29 | 349.71 | 0.94 | 0.37 |
| Hex | B5 | 6 | 24 | 0 | 61 | 50 | 1D | 15E | 5E | 25 |
| Octal | 265 | 6 | 44 | 0 | 141 | 120 | 35 | 536 | 136 | 45 |
| Binary | 10110101 | 110 | 100100 | 0 | 1100001 | 1010000 | 11101 | 101011110 | 1011110 | 100101 |
Color Harmonies of #B50624
Complementary color
Monochromatic Colors of #B50624
Black with #B50624
Text Example
Text Example
White with #B50624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50624; }
p { color: rgb(181,6,36); }
H1.HeaderClassName
{
color: #B50624;
}
.AnyTagClassName
{
color: #B50624;
}
</style>
background-color css
<style>
a { background-color: #B50624; }
a { background-color: rgb(181,6,36); }
div.DivClassName
{
background-color: #B50624;
}
.BgClassName
{
background-color: #B50624;
}
</style>
border-color css
<style>
span { border-color: #B50624; }
span { border-color: rgb(181,6,36); }
td.TdClassName
{
border-color: #B50624;
}
.TagClassName
{
border-color: #B50624;
}
</style>