Shades of Venetian Red #B0080C
Tints of Venetian Red #B0080C
RGB
CMYK
RGB Variations
Color information
#B0080C (or 0xB0080C) is known color: Venetian Red. HEX triplet: B0, 08 and 0C. RGB value is (176,8,12). Sum of RGB (Red+Green+Blue) = 176+8+12=196 (25% of max value = 765). Red value is 176 (69.14% from 255 or 89.80% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 176 - color contains mainly: red. Hex color #B0080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0080C is #4FF7F3. Grayscale: #3A3A3A. Windows color (decimal): -5240820 or 788656. OLE color: 788656.
HSL color Cylindrical-coordinate representation of color #B0080C: hue angle of 358.57º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0080C is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 8 | 12 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.31 |
| HSL | 358.57º | 0.91% | 0.36% | - |
| HSV(B) | 358.57º | 0.95% | 0.69% | - |
| XYZ | 18.06 | 9.43 | 1.22 | - |
| YUV | 58.69 | 101.66 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 12 | 0 | 0.95 | 0.93 | 0.31 | 358.57 | 0.91 | 0.36 |
| Hex | B0 | 8 | C | 0 | 5F | 5D | 1F | 167 | 5B | 24 |
| Octal | 260 | 10 | 14 | 0 | 137 | 135 | 37 | 547 | 133 | 44 |
| Binary | 10110000 | 1000 | 1100 | 0 | 1011111 | 1011101 | 11111 | 101100111 | 1011011 | 100100 |
Color Harmonies of #B0080C
Complementary color
Monochromatic Colors of #B0080C
Black with #B0080C
Text Example
Text Example
White with #B0080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0080C; }
p { color: rgb(176,8,12); }
H1.HeaderClassName
{
color: #B0080C;
}
.AnyTagClassName
{
color: #B0080C;
}
</style>
background-color css
<style>
a { background-color: #B0080C; }
a { background-color: rgb(176,8,12); }
div.DivClassName
{
background-color: #B0080C;
}
.BgClassName
{
background-color: #B0080C;
}
</style>
border-color css
<style>
span { border-color: #B0080C; }
span { border-color: rgb(176,8,12); }
td.TdClassName
{
border-color: #B0080C;
}
.TagClassName
{
border-color: #B0080C;
}
</style>