Shades of Venetian Red #B0101D
Tints of Venetian Red #B0101D
RGB
CMYK
RGB Variations
Color information
#B0101D (or 0xB0101D) is known color: Venetian Red. HEX triplet: B0, 10 and 1D. RGB value is (176,16,29). Sum of RGB (Red+Green+Blue) = 176+16+29=221 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.64% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 176 - color contains mainly: red. Hex color #B0101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0101D is #4FEFE2. Grayscale: #414141. Windows color (decimal): -5238755 or 1904816. OLE color: 1904816.
HSL color Cylindrical-coordinate representation of color #B0101D: hue angle of 355.12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0101D is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 29 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.31 |
| HSL | 355.13º | 0.83% | 0.38% | - |
| HSV(B) | 355.13º | 0.91% | 0.69% | - |
| XYZ | 18.31 | 9.69 | 2.07 | - |
| YUV | 65.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 29 | 0 | 0.91 | 0.84 | 0.31 | 355.13 | 0.83 | 0.38 |
| Hex | B0 | 10 | 1D | 0 | 5B | 54 | 1F | 163 | 53 | 26 |
| Octal | 260 | 20 | 35 | 0 | 133 | 124 | 37 | 543 | 123 | 46 |
| Binary | 10110000 | 10000 | 11101 | 0 | 1011011 | 1010100 | 11111 | 101100011 | 1010011 | 100110 |
Color Harmonies of #B0101D
Complementary color
Monochromatic Colors of #B0101D
Black with #B0101D
Text Example
Text Example
White with #B0101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0101D; }
p { color: rgb(176,16,29); }
H1.HeaderClassName
{
color: #B0101D;
}
.AnyTagClassName
{
color: #B0101D;
}
</style>
background-color css
<style>
a { background-color: #B0101D; }
a { background-color: rgb(176,16,29); }
div.DivClassName
{
background-color: #B0101D;
}
.BgClassName
{
background-color: #B0101D;
}
</style>
border-color css
<style>
span { border-color: #B0101D; }
span { border-color: rgb(176,16,29); }
td.TdClassName
{
border-color: #B0101D;
}
.TagClassName
{
border-color: #B0101D;
}
</style>