Shades of Venetian Red #B50328
Tints of Venetian Red #B50328
RGB
CMYK
RGB Variations
Color information
#B50328 (or 0xB50328) is known color: Venetian Red. HEX triplet: B5, 03 and 28. RGB value is (181,3,40). Sum of RGB (Red+Green+Blue) = 181+3+40=224 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.80% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 181 - color contains mainly: red. Hex color #B50328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50328 is #4AFCD7. Grayscale: #3C3C3C. Windows color (decimal): -4914392 or 2622389. OLE color: 2622389.
HSL color Cylindrical-coordinate representation of color #B50328: hue angle of 347.53º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50328 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.29 |
| HSL | 347.53º | 0.97% | 0.36% | - |
| HSV(B) | 347.53º | 0.98% | 0.71% | - |
| XYZ | 19.47 | 10.04 | 2.92 | - |
| YUV | 60.44 | 116.47 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 40 | 0 | 0.98 | 0.78 | 0.29 | 347.53 | 0.97 | 0.36 |
| Hex | B5 | 3 | 28 | 0 | 62 | 4E | 1D | 15C | 61 | 24 |
| Octal | 265 | 3 | 50 | 0 | 142 | 116 | 35 | 534 | 141 | 44 |
| Binary | 10110101 | 11 | 101000 | 0 | 1100010 | 1001110 | 11101 | 101011100 | 1100001 | 100100 |
Color Harmonies of #B50328
Complementary color
Monochromatic Colors of #B50328
Black with #B50328
Text Example
Text Example
White with #B50328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50328; }
p { color: rgb(181,3,40); }
H1.HeaderClassName
{
color: #B50328;
}
.AnyTagClassName
{
color: #B50328;
}
</style>
background-color css
<style>
a { background-color: #B50328; }
a { background-color: rgb(181,3,40); }
div.DivClassName
{
background-color: #B50328;
}
.BgClassName
{
background-color: #B50328;
}
</style>
border-color css
<style>
span { border-color: #B50328; }
span { border-color: rgb(181,3,40); }
td.TdClassName
{
border-color: #B50328;
}
.TagClassName
{
border-color: #B50328;
}
</style>