Shades of Venetian Red #B50D1B
Tints of Venetian Red #B50D1B
RGB
CMYK
RGB Variations
Color information
#B50D1B (or 0xB50D1B) is known color: Venetian Red. HEX triplet: B5, 0D and 1B. RGB value is (181,13,27). Sum of RGB (Red+Green+Blue) = 181+13+27=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50D1B is #4AF2E4. Grayscale: #404040. Windows color (decimal): -4911845 or 1772981. OLE color: 1772981.
HSL color Cylindrical-coordinate representation of color #B50D1B: hue angle of 355º degrees, saturation: 0.87, 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 #B50D1B is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 13 | 27 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.29 |
| HSL | 355º | 0.87% | 0.38% | - |
| HSV(B) | 355º | 0.93% | 0.71% | - |
| XYZ | 19.4 | 10.19 | 1.98 | - |
| YUV | 64.83 | 106.66 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 27 | 0 | 0.93 | 0.85 | 0.29 | 355 | 0.87 | 0.38 |
| Hex | B5 | D | 1B | 0 | 5D | 55 | 1D | 163 | 57 | 26 |
| Octal | 265 | 15 | 33 | 0 | 135 | 125 | 35 | 543 | 127 | 46 |
| Binary | 10110101 | 1101 | 11011 | 0 | 1011101 | 1010101 | 11101 | 101100011 | 1010111 | 100110 |
Color Harmonies of #B50D1B
Complementary color
Monochromatic Colors of #B50D1B
Black with #B50D1B
Text Example
Text Example
White with #B50D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50D1B; }
p { color: rgb(181,13,27); }
H1.HeaderClassName
{
color: #B50D1B;
}
.AnyTagClassName
{
color: #B50D1B;
}
</style>
background-color css
<style>
a { background-color: #B50D1B; }
a { background-color: rgb(181,13,27); }
div.DivClassName
{
background-color: #B50D1B;
}
.BgClassName
{
background-color: #B50D1B;
}
</style>
border-color css
<style>
span { border-color: #B50D1B; }
span { border-color: rgb(181,13,27); }
td.TdClassName
{
border-color: #B50D1B;
}
.TagClassName
{
border-color: #B50D1B;
}
</style>