Shades of Venetian Red #B5050A
Tints of Venetian Red #B5050A
RGB
CMYK
RGB Variations
Color information
#B5050A (or 0xB5050A) is known color: Venetian Red. HEX triplet: B5, 05 and 0A. RGB value is (181,5,10). Sum of RGB (Red+Green+Blue) = 181+5+10=196 (25% of max value = 765). Red value is 181 (71.09% from 255 or 92.35% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 181 - color contains mainly: red. Hex color #B5050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5050A is #4AFAF5. Grayscale: #3A3A3A. Windows color (decimal): -4913910 or 656821. OLE color: 656821.
HSL color Cylindrical-coordinate representation of color #B5050A: hue angle of 358.3º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5050A is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 5 | 10 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.29 |
| HSL | 358.3º | 0.95% | 0.36% | - |
| HSV(B) | 358.3º | 0.97% | 0.71% | - |
| XYZ | 19.17 | 9.95 | 1.2 | - |
| YUV | 58.19 | 100.81 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 10 | 0 | 0.97 | 0.94 | 0.29 | 358.3 | 0.95 | 0.36 |
| Hex | B5 | 5 | A | 0 | 61 | 5E | 1D | 166 | 5F | 24 |
| Octal | 265 | 5 | 12 | 0 | 141 | 136 | 35 | 546 | 137 | 44 |
| Binary | 10110101 | 101 | 1010 | 0 | 1100001 | 1011110 | 11101 | 101100110 | 1011111 | 100100 |
Color Harmonies of #B5050A
Complementary color
Monochromatic Colors of #B5050A
Black with #B5050A
Text Example
Text Example
White with #B5050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5050A; }
p { color: rgb(181,5,10); }
H1.HeaderClassName
{
color: #B5050A;
}
.AnyTagClassName
{
color: #B5050A;
}
</style>
background-color css
<style>
a { background-color: #B5050A; }
a { background-color: rgb(181,5,10); }
div.DivClassName
{
background-color: #B5050A;
}
.BgClassName
{
background-color: #B5050A;
}
</style>
border-color css
<style>
span { border-color: #B5050A; }
span { border-color: rgb(181,5,10); }
td.TdClassName
{
border-color: #B5050A;
}
.TagClassName
{
border-color: #B5050A;
}
</style>