Shades of Venetian Red #B5062B
Tints of Venetian Red #B5062B
RGB
CMYK
RGB Variations
Color information
#B5062B (or 0xB5062B) is known color: Venetian Red. HEX triplet: B5, 06 and 2B. RGB value is (181,6,43). Sum of RGB (Red+Green+Blue) = 181+6+43=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B5062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5062B is #4AF9D4. Grayscale: #3E3E3E. Windows color (decimal): -4913621 or 2819765. OLE color: 2819765.
HSL color Cylindrical-coordinate representation of color #B5062B: hue angle of 347.31º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5062B is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 43 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.29 |
| HSL | 347.31º | 0.94% | 0.37% | - |
| HSV(B) | 347.31º | 0.97% | 0.71% | - |
| XYZ | 19.56 | 10.13 | 3.21 | - |
| YUV | 62.54 | 116.98 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 43 | 0 | 0.97 | 0.76 | 0.29 | 347.31 | 0.94 | 0.37 |
| Hex | B5 | 6 | 2B | 0 | 61 | 4C | 1D | 15B | 5E | 25 |
| Octal | 265 | 6 | 53 | 0 | 141 | 114 | 35 | 533 | 136 | 45 |
| Binary | 10110101 | 110 | 101011 | 0 | 1100001 | 1001100 | 11101 | 101011011 | 1011110 | 100101 |
Color Harmonies of #B5062B
Complementary color
Monochromatic Colors of #B5062B
Black with #B5062B
Text Example
Text Example
White with #B5062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5062B; }
p { color: rgb(181,6,43); }
H1.HeaderClassName
{
color: #B5062B;
}
.AnyTagClassName
{
color: #B5062B;
}
</style>
background-color css
<style>
a { background-color: #B5062B; }
a { background-color: rgb(181,6,43); }
div.DivClassName
{
background-color: #B5062B;
}
.BgClassName
{
background-color: #B5062B;
}
</style>
border-color css
<style>
span { border-color: #B5062B; }
span { border-color: rgb(181,6,43); }
td.TdClassName
{
border-color: #B5062B;
}
.TagClassName
{
border-color: #B5062B;
}
</style>