Shades of Venetian Red #B50C10
Tints of Venetian Red #B50C10
RGB
CMYK
RGB Variations
Color information
#B50C10 (or 0xB50C10) is known color: Venetian Red. HEX triplet: B5, 0C and 10. RGB value is (181,12,16). Sum of RGB (Red+Green+Blue) = 181+12+16=209 (27% of max value = 765). Red value is 181 (71.09% from 255 or 86.60% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50C10 is #4AF3EF. Grayscale: #3F3F3F. Windows color (decimal): -4912112 or 1051829. OLE color: 1051829.
HSL color Cylindrical-coordinate representation of color #B50C10: hue angle of 358.58º 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 #B50C10 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 12 | 16 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.29 |
| HSL | 358.58º | 0.88% | 0.38% | - |
| HSV(B) | 358.58º | 0.93% | 0.71% | - |
| XYZ | 19.28 | 10.12 | 1.43 | - |
| YUV | 62.99 | 101.49 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 16 | 0 | 0.93 | 0.91 | 0.29 | 358.58 | 0.88 | 0.38 |
| Hex | B5 | C | 10 | 0 | 5D | 5B | 1D | 167 | 58 | 26 |
| Octal | 265 | 14 | 20 | 0 | 135 | 133 | 35 | 547 | 130 | 46 |
| Binary | 10110101 | 1100 | 10000 | 0 | 1011101 | 1011011 | 11101 | 101100111 | 1011000 | 100110 |
Color Harmonies of #B50C10
Complementary color
Monochromatic Colors of #B50C10
Black with #B50C10
Text Example
Text Example
White with #B50C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50C10; }
p { color: rgb(181,12,16); }
H1.HeaderClassName
{
color: #B50C10;
}
.AnyTagClassName
{
color: #B50C10;
}
</style>
background-color css
<style>
a { background-color: #B50C10; }
a { background-color: rgb(181,12,16); }
div.DivClassName
{
background-color: #B50C10;
}
.BgClassName
{
background-color: #B50C10;
}
</style>
border-color css
<style>
span { border-color: #B50C10; }
span { border-color: rgb(181,12,16); }
td.TdClassName
{
border-color: #B50C10;
}
.TagClassName
{
border-color: #B50C10;
}
</style>