Shades of Venetian Red #B50411
Tints of Venetian Red #B50411
RGB
CMYK
RGB Variations
Color information
#B50411 (or 0xB50411) is known color: Venetian Red. HEX triplet: B5, 04 and 11. RGB value is (181,4,17). Sum of RGB (Red+Green+Blue) = 181+4+17=202 (26% of max value = 765). Red value is 181 (71.09% from 255 or 89.60% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 181 - color contains mainly: red. Hex color #B50411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50411 is #4AFBEE. Grayscale: #3A3A3A. Windows color (decimal): -4914159 or 1115317. OLE color: 1115317.
HSL color Cylindrical-coordinate representation of color #B50411: hue angle of 355.59º degrees, saturation: 0.96, 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 #B50411 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 17 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.29 |
| HSL | 355.59º | 0.96% | 0.36% | - |
| HSV(B) | 355.59º | 0.98% | 0.71% | - |
| XYZ | 19.2 | 9.95 | 1.44 | - |
| YUV | 58.41 | 104.64 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 17 | 0 | 0.98 | 0.91 | 0.29 | 355.59 | 0.96 | 0.36 |
| Hex | B5 | 4 | 11 | 0 | 62 | 5B | 1D | 164 | 60 | 24 |
| Octal | 265 | 4 | 21 | 0 | 142 | 133 | 35 | 544 | 140 | 44 |
| Binary | 10110101 | 100 | 10001 | 0 | 1100010 | 1011011 | 11101 | 101100100 | 1100000 | 100100 |
Color Harmonies of #B50411
Complementary color
Monochromatic Colors of #B50411
Black with #B50411
Text Example
Text Example
White with #B50411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50411; }
p { color: rgb(181,4,17); }
H1.HeaderClassName
{
color: #B50411;
}
.AnyTagClassName
{
color: #B50411;
}
</style>
background-color css
<style>
a { background-color: #B50411; }
a { background-color: rgb(181,4,17); }
div.DivClassName
{
background-color: #B50411;
}
.BgClassName
{
background-color: #B50411;
}
</style>
border-color css
<style>
span { border-color: #B50411; }
span { border-color: rgb(181,4,17); }
td.TdClassName
{
border-color: #B50411;
}
.TagClassName
{
border-color: #B50411;
}
</style>