Shades of Venetian Red #B50C1E
Tints of Venetian Red #B50C1E
RGB
CMYK
RGB Variations
Color information
#B50C1E (or 0xB50C1E) is known color: Venetian Red. HEX triplet: B5, 0C and 1E. RGB value is (181,12,30). Sum of RGB (Red+Green+Blue) = 181+12+30=223 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.17% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50C1E is #4AF3E1. Grayscale: #404040. Windows color (decimal): -4912098 or 1969333. OLE color: 1969333.
HSL color Cylindrical-coordinate representation of color #B50C1E: hue angle of 353.61º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50C1E is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 12 | 30 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.29 |
| HSL | 353.61º | 0.88% | 0.38% | - |
| HSV(B) | 353.61º | 0.93% | 0.71% | - |
| XYZ | 19.42 | 10.18 | 2.17 | - |
| YUV | 64.58 | 108.49 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 30 | 0 | 0.93 | 0.83 | 0.29 | 353.61 | 0.88 | 0.38 |
| Hex | B5 | C | 1E | 0 | 5D | 53 | 1D | 162 | 58 | 26 |
| Octal | 265 | 14 | 36 | 0 | 135 | 123 | 35 | 542 | 130 | 46 |
| Binary | 10110101 | 1100 | 11110 | 0 | 1011101 | 1010011 | 11101 | 101100010 | 1011000 | 100110 |
Color Harmonies of #B50C1E
Complementary color
Monochromatic Colors of #B50C1E
Black with #B50C1E
Text Example
Text Example
White with #B50C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50C1E; }
p { color: rgb(181,12,30); }
H1.HeaderClassName
{
color: #B50C1E;
}
.AnyTagClassName
{
color: #B50C1E;
}
</style>
background-color css
<style>
a { background-color: #B50C1E; }
a { background-color: rgb(181,12,30); }
div.DivClassName
{
background-color: #B50C1E;
}
.BgClassName
{
background-color: #B50C1E;
}
</style>
border-color css
<style>
span { border-color: #B50C1E; }
span { border-color: rgb(181,12,30); }
td.TdClassName
{
border-color: #B50C1E;
}
.TagClassName
{
border-color: #B50C1E;
}
</style>