Shades of Venetian Red #B50D14
Tints of Venetian Red #B50D14
RGB
CMYK
RGB Variations
Color information
#B50D14 (or 0xB50D14) is known color: Venetian Red. HEX triplet: B5, 0D and 14. RGB value is (181,13,20). Sum of RGB (Red+Green+Blue) = 181+13+20=214 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.58% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50D14 is #4AF2EB. Grayscale: #404040. Windows color (decimal): -4911852 or 1314229. OLE color: 1314229.
HSL color Cylindrical-coordinate representation of color #B50D14: hue angle of 357.5º 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 #B50D14 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 13 | 20 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.29 |
| HSL | 357.5º | 0.87% | 0.38% | - |
| HSV(B) | 357.5º | 0.93% | 0.71% | - |
| XYZ | 19.33 | 10.16 | 1.6 | - |
| YUV | 64.03 | 103.16 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 20 | 0 | 0.93 | 0.89 | 0.29 | 357.5 | 0.87 | 0.38 |
| Hex | B5 | D | 14 | 0 | 5D | 59 | 1D | 166 | 57 | 26 |
| Octal | 265 | 15 | 24 | 0 | 135 | 131 | 35 | 546 | 127 | 46 |
| Binary | 10110101 | 1101 | 10100 | 0 | 1011101 | 1011001 | 11101 | 101100110 | 1010111 | 100110 |
Color Harmonies of #B50D14
Complementary color
Monochromatic Colors of #B50D14
Black with #B50D14
Text Example
Text Example
White with #B50D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50D14; }
p { color: rgb(181,13,20); }
H1.HeaderClassName
{
color: #B50D14;
}
.AnyTagClassName
{
color: #B50D14;
}
</style>
background-color css
<style>
a { background-color: #B50D14; }
a { background-color: rgb(181,13,20); }
div.DivClassName
{
background-color: #B50D14;
}
.BgClassName
{
background-color: #B50D14;
}
</style>
border-color css
<style>
span { border-color: #B50D14; }
span { border-color: rgb(181,13,20); }
td.TdClassName
{
border-color: #B50D14;
}
.TagClassName
{
border-color: #B50D14;
}
</style>