Shades of Venetian Red #B50407
Tints of Venetian Red #B50407
RGB
CMYK
RGB Variations
Color information
#B50407 (or 0xB50407) is known color: Venetian Red. HEX triplet: B5, 04 and 07. RGB value is (181,4,7). Sum of RGB (Red+Green+Blue) = 181+4+7=192 (25% of max value = 765). Red value is 181 (71.09% from 255 or 94.27% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 181 - color contains mainly: red. Hex color #B50407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50407 is #4AFBF8. Grayscale: #393939. Windows color (decimal): -4914169 or 459957. OLE color: 459957.
HSL color Cylindrical-coordinate representation of color #B50407: hue angle of 358.98º 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 #B50407 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 7 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.29 |
| HSL | 358.98º | 0.96% | 0.36% | - |
| HSV(B) | 358.98º | 0.98% | 0.71% | - |
| XYZ | 19.14 | 9.93 | 1.11 | - |
| YUV | 57.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 7 | 0 | 0.98 | 0.96 | 0.29 | 358.98 | 0.96 | 0.36 |
| Hex | B5 | 4 | 7 | 0 | 62 | 60 | 1D | 167 | 60 | 24 |
| Octal | 265 | 4 | 7 | 0 | 142 | 140 | 35 | 547 | 140 | 44 |
| Binary | 10110101 | 100 | 111 | 0 | 1100010 | 1100000 | 11101 | 101100111 | 1100000 | 100100 |
Color Harmonies of #B50407
Complementary color
Monochromatic Colors of #B50407
Black with #B50407
Text Example
Text Example
White with #B50407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50407; }
p { color: rgb(181,4,7); }
H1.HeaderClassName
{
color: #B50407;
}
.AnyTagClassName
{
color: #B50407;
}
</style>
background-color css
<style>
a { background-color: #B50407; }
a { background-color: rgb(181,4,7); }
div.DivClassName
{
background-color: #B50407;
}
.BgClassName
{
background-color: #B50407;
}
</style>
border-color css
<style>
span { border-color: #B50407; }
span { border-color: rgb(181,4,7); }
td.TdClassName
{
border-color: #B50407;
}
.TagClassName
{
border-color: #B50407;
}
</style>