Shades of Venetian Red #B0101C
Tints of Venetian Red #B0101C
RGB
CMYK
RGB Variations
Color information
#B0101C (or 0xB0101C) is known color: Venetian Red. HEX triplet: B0, 10 and 1C. RGB value is (176,16,28). Sum of RGB (Red+Green+Blue) = 176+16+28=220 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 176 - color contains mainly: red. Hex color #B0101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0101C is #4FEFE3. Grayscale: #414141. Windows color (decimal): -5238756 or 1839280. OLE color: 1839280.
HSL color Cylindrical-coordinate representation of color #B0101C: hue angle of 355.5º 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 #B0101C is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 28 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.31 |
| HSL | 355.5º | 0.83% | 0.38% | - |
| HSV(B) | 355.5º | 0.91% | 0.69% | - |
| XYZ | 18.3 | 9.68 | 2 | - |
| YUV | 65.21 | 107.01 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 28 | 0 | 0.91 | 0.84 | 0.31 | 355.5 | 0.83 | 0.38 |
| Hex | B0 | 10 | 1C | 0 | 5B | 54 | 1F | 164 | 53 | 26 |
| Octal | 260 | 20 | 34 | 0 | 133 | 124 | 37 | 544 | 123 | 46 |
| Binary | 10110000 | 10000 | 11100 | 0 | 1011011 | 1010100 | 11111 | 101100100 | 1010011 | 100110 |
Color Harmonies of #B0101C
Complementary color
Monochromatic Colors of #B0101C
Black with #B0101C
Text Example
Text Example
White with #B0101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0101C; }
p { color: rgb(176,16,28); }
H1.HeaderClassName
{
color: #B0101C;
}
.AnyTagClassName
{
color: #B0101C;
}
</style>
background-color css
<style>
a { background-color: #B0101C; }
a { background-color: rgb(176,16,28); }
div.DivClassName
{
background-color: #B0101C;
}
.BgClassName
{
background-color: #B0101C;
}
</style>
border-color css
<style>
span { border-color: #B0101C; }
span { border-color: rgb(176,16,28); }
td.TdClassName
{
border-color: #B0101C;
}
.TagClassName
{
border-color: #B0101C;
}
</style>