Shades of Venetian Red #B5000B
Tints of Venetian Red #B5000B
RGB
CMYK
RGB Variations
Color information
#B5000B (or 0xB5000B) is known color: Venetian Red. HEX triplet: B5, 00 and 0B. RGB value is (181,0,11). Sum of RGB (Red+Green+Blue) = 181+0+11=192 (25% of max value = 765). Red value is 181 (71.09% from 255 or 94.27% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 181 - color contains mainly: red. Hex color #B5000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5000B is #4AFFF4. Grayscale: #373737. Windows color (decimal): -4915189 or 721077. OLE color: 721077.
HSL color Cylindrical-coordinate representation of color #B5000B: hue angle of 356.35º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5000B is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.94 | 0.29 |
| HSL | 356.35º | 1% | 0.35% | - |
| HSV(B) | 356.35º | 1% | 0.71% | - |
| XYZ | 19.12 | 9.85 | 1.21 | - |
| YUV | 55.37 | 102.97 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 11 | 0 | 1 | 0.94 | 0.29 | 356.35 | 1 | 0.35 |
| Hex | B5 | 0 | B | 0 | 64 | 5E | 1D | 164 | 64 | 23 |
| Octal | 265 | 0 | 13 | 0 | 144 | 136 | 35 | 544 | 144 | 43 |
| Binary | 10110101 | 0 | 1011 | 0 | 1100100 | 1011110 | 11101 | 101100100 | 1100100 | 100011 |
Color Harmonies of #B5000B
Complementary color
Monochromatic Colors of #B5000B
Black with #B5000B
Text Example
Text Example
White with #B5000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5000B; }
p { color: rgb(181,0,11); }
H1.HeaderClassName
{
color: #B5000B;
}
.AnyTagClassName
{
color: #B5000B;
}
</style>
background-color css
<style>
a { background-color: #B5000B; }
a { background-color: rgb(181,0,11); }
div.DivClassName
{
background-color: #B5000B;
}
.BgClassName
{
background-color: #B5000B;
}
</style>
border-color css
<style>
span { border-color: #B5000B; }
span { border-color: rgb(181,0,11); }
td.TdClassName
{
border-color: #B5000B;
}
.TagClassName
{
border-color: #B5000B;
}
</style>