Shades of Venetian Red #B5062A
Tints of Venetian Red #B5062A
RGB
CMYK
RGB Variations
Color information
#B5062A (or 0xB5062A) is known color: Venetian Red. HEX triplet: B5, 06 and 2A. RGB value is (181,6,42). Sum of RGB (Red+Green+Blue) = 181+6+42=229 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.04% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 181 - color contains mainly: red. Hex color #B5062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5062A is #4AF9D5. Grayscale: #3E3E3E. Windows color (decimal): -4913622 or 2754229. OLE color: 2754229.
HSL color Cylindrical-coordinate representation of color #B5062A: hue angle of 347.66º 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 #B5062A is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 42 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.29 |
| HSL | 347.66º | 0.94% | 0.37% | - |
| HSV(B) | 347.66º | 0.97% | 0.71% | - |
| XYZ | 19.54 | 10.12 | 3.11 | - |
| YUV | 62.43 | 116.48 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 42 | 0 | 0.97 | 0.77 | 0.29 | 347.66 | 0.94 | 0.37 |
| Hex | B5 | 6 | 2A | 0 | 61 | 4D | 1D | 15C | 5E | 25 |
| Octal | 265 | 6 | 52 | 0 | 141 | 115 | 35 | 534 | 136 | 45 |
| Binary | 10110101 | 110 | 101010 | 0 | 1100001 | 1001101 | 11101 | 101011100 | 1011110 | 100101 |
Color Harmonies of #B5062A
Complementary color
Monochromatic Colors of #B5062A
Black with #B5062A
Text Example
Text Example
White with #B5062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5062A; }
p { color: rgb(181,6,42); }
H1.HeaderClassName
{
color: #B5062A;
}
.AnyTagClassName
{
color: #B5062A;
}
</style>
background-color css
<style>
a { background-color: #B5062A; }
a { background-color: rgb(181,6,42); }
div.DivClassName
{
background-color: #B5062A;
}
.BgClassName
{
background-color: #B5062A;
}
</style>
border-color css
<style>
span { border-color: #B5062A; }
span { border-color: rgb(181,6,42); }
td.TdClassName
{
border-color: #B5062A;
}
.TagClassName
{
border-color: #B5062A;
}
</style>