Shades of Venetian Red #B0010C
Tints of Venetian Red #B0010C
RGB
CMYK
RGB Variations
Color information
#B0010C (or 0xB0010C) is known color: Venetian Red. HEX triplet: B0, 01 and 0C. RGB value is (176,1,12). Sum of RGB (Red+Green+Blue) = 176+1+12=189 (25% of max value = 765). Red value is 176 (69.14% from 255 or 93.12% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 176 - color contains mainly: red. Hex color #B0010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0010C is #4FFEF3. Grayscale: #363636. Windows color (decimal): -5242612 or 786864. OLE color: 786864.
HSL color Cylindrical-coordinate representation of color #B0010C: hue angle of 356.23º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0010C is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.31 |
| HSL | 356.23º | 0.99% | 0.35% | - |
| HSV(B) | 356.23º | 0.99% | 0.69% | - |
| XYZ | 17.98 | 9.28 | 1.19 | - |
| YUV | 54.58 | 103.98 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 12 | 0 | 0.99 | 0.93 | 0.31 | 356.23 | 0.99 | 0.35 |
| Hex | B0 | 1 | C | 0 | 63 | 5D | 1F | 164 | 63 | 23 |
| Octal | 260 | 1 | 14 | 0 | 143 | 135 | 37 | 544 | 143 | 43 |
| Binary | 10110000 | 1 | 1100 | 0 | 1100011 | 1011101 | 11111 | 101100100 | 1100011 | 100011 |
Color Harmonies of #B0010C
Complementary color
Monochromatic Colors of #B0010C
Black with #B0010C
Text Example
Text Example
White with #B0010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0010C; }
p { color: rgb(176,1,12); }
H1.HeaderClassName
{
color: #B0010C;
}
.AnyTagClassName
{
color: #B0010C;
}
</style>
background-color css
<style>
a { background-color: #B0010C; }
a { background-color: rgb(176,1,12); }
div.DivClassName
{
background-color: #B0010C;
}
.BgClassName
{
background-color: #B0010C;
}
</style>
border-color css
<style>
span { border-color: #B0010C; }
span { border-color: rgb(176,1,12); }
td.TdClassName
{
border-color: #B0010C;
}
.TagClassName
{
border-color: #B0010C;
}
</style>