Shades of Venetian Red #B50828
Tints of Venetian Red #B50828
RGB
CMYK
RGB Variations
Color information
#B50828 (or 0xB50828) is known color: Venetian Red. HEX triplet: B5, 08 and 28. RGB value is (181,8,40). Sum of RGB (Red+Green+Blue) = 181+8+40=229 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.04% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 181 - color contains mainly: red. Hex color #B50828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50828 is #4AF7D7. Grayscale: #3F3F3F. Windows color (decimal): -4913112 or 2623669. OLE color: 2623669.
HSL color Cylindrical-coordinate representation of color #B50828: hue angle of 348.9º degrees, saturation: 0.92, 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 #B50828 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 40 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.29 |
| HSL | 348.9º | 0.92% | 0.37% | - |
| HSV(B) | 348.9º | 0.96% | 0.71% | - |
| XYZ | 19.53 | 10.15 | 2.94 | - |
| YUV | 63.38 | 114.81 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 40 | 0 | 0.96 | 0.78 | 0.29 | 348.9 | 0.92 | 0.37 |
| Hex | B5 | 8 | 28 | 0 | 60 | 4E | 1D | 15D | 5C | 25 |
| Octal | 265 | 10 | 50 | 0 | 140 | 116 | 35 | 535 | 134 | 45 |
| Binary | 10110101 | 1000 | 101000 | 0 | 1100000 | 1001110 | 11101 | 101011101 | 1011100 | 100101 |
Color Harmonies of #B50828
Complementary color
Monochromatic Colors of #B50828
Black with #B50828
Text Example
Text Example
White with #B50828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50828; }
p { color: rgb(181,8,40); }
H1.HeaderClassName
{
color: #B50828;
}
.AnyTagClassName
{
color: #B50828;
}
</style>
background-color css
<style>
a { background-color: #B50828; }
a { background-color: rgb(181,8,40); }
div.DivClassName
{
background-color: #B50828;
}
.BgClassName
{
background-color: #B50828;
}
</style>
border-color css
<style>
span { border-color: #B50828; }
span { border-color: rgb(181,8,40); }
td.TdClassName
{
border-color: #B50828;
}
.TagClassName
{
border-color: #B50828;
}
</style>