Shades of Venetian Red #B4080E
Tints of Venetian Red #B4080E
RGB
CMYK
RGB Variations
Color information
#B4080E (or 0xB4080E) is known color: Venetian Red. HEX triplet: B4, 08 and 0E. RGB value is (180,8,14). Sum of RGB (Red+Green+Blue) = 180+8+14=202 (26% of max value = 765). Red value is 180 (70.70% from 255 or 89.11% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 180 - color contains mainly: red. Hex color #B4080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4080E is #4BF7F1. Grayscale: #3C3C3C. Windows color (decimal): -4978674 or 919732. OLE color: 919732.
HSL color Cylindrical-coordinate representation of color #B4080E: hue angle of 357.91º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4080E is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 14 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.29 |
| HSL | 357.91º | 0.91% | 0.37% | - |
| HSV(B) | 357.91º | 0.96% | 0.71% | - |
| XYZ | 18.99 | 9.91 | 1.33 | - |
| YUV | 60.11 | 101.98 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 14 | 0 | 0.96 | 0.92 | 0.29 | 357.91 | 0.91 | 0.37 |
| Hex | B4 | 8 | E | 0 | 60 | 5C | 1D | 166 | 5B | 25 |
| Octal | 264 | 10 | 16 | 0 | 140 | 134 | 35 | 546 | 133 | 45 |
| Binary | 10110100 | 1000 | 1110 | 0 | 1100000 | 1011100 | 11101 | 101100110 | 1011011 | 100101 |
Color Harmonies of #B4080E
Complementary color
Monochromatic Colors of #B4080E
Black with #B4080E
Text Example
Text Example
White with #B4080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4080E; }
p { color: rgb(180,8,14); }
H1.HeaderClassName
{
color: #B4080E;
}
.AnyTagClassName
{
color: #B4080E;
}
</style>
background-color css
<style>
a { background-color: #B4080E; }
a { background-color: rgb(180,8,14); }
div.DivClassName
{
background-color: #B4080E;
}
.BgClassName
{
background-color: #B4080E;
}
</style>
border-color css
<style>
span { border-color: #B4080E; }
span { border-color: rgb(180,8,14); }
td.TdClassName
{
border-color: #B4080E;
}
.TagClassName
{
border-color: #B4080E;
}
</style>