Shades of Venetian Red #B50629
Tints of Venetian Red #B50629
RGB
CMYK
RGB Variations
Color information
#B50629 (or 0xB50629) is known color: Venetian Red. HEX triplet: B5, 06 and 29. RGB value is (181,6,41). Sum of RGB (Red+Green+Blue) = 181+6+41=228 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.39% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 181 - color contains mainly: red. Hex color #B50629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50629 is #4AF9D6. Grayscale: #3E3E3E. Windows color (decimal): -4913623 or 2688693. OLE color: 2688693.
HSL color Cylindrical-coordinate representation of color #B50629: hue angle of 348º 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 #B50629 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 41 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.29 |
| HSL | 348º | 0.94% | 0.37% | - |
| HSV(B) | 348º | 0.97% | 0.71% | - |
| XYZ | 19.52 | 10.11 | 3.02 | - |
| YUV | 62.32 | 115.98 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 41 | 0 | 0.97 | 0.77 | 0.29 | 348 | 0.94 | 0.37 |
| Hex | B5 | 6 | 29 | 0 | 61 | 4D | 1D | 15C | 5E | 25 |
| Octal | 265 | 6 | 51 | 0 | 141 | 115 | 35 | 534 | 136 | 45 |
| Binary | 10110101 | 110 | 101001 | 0 | 1100001 | 1001101 | 11101 | 101011100 | 1011110 | 100101 |
Color Harmonies of #B50629
Complementary color
Monochromatic Colors of #B50629
Black with #B50629
Text Example
Text Example
White with #B50629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50629; }
p { color: rgb(181,6,41); }
H1.HeaderClassName
{
color: #B50629;
}
.AnyTagClassName
{
color: #B50629;
}
</style>
background-color css
<style>
a { background-color: #B50629; }
a { background-color: rgb(181,6,41); }
div.DivClassName
{
background-color: #B50629;
}
.BgClassName
{
background-color: #B50629;
}
</style>
border-color css
<style>
span { border-color: #B50629; }
span { border-color: rgb(181,6,41); }
td.TdClassName
{
border-color: #B50629;
}
.TagClassName
{
border-color: #B50629;
}
</style>