Shades of Venetian Red #B4080A
Tints of Venetian Red #B4080A
RGB
CMYK
RGB Variations
Color information
#B4080A (or 0xB4080A) is known color: Venetian Red. HEX triplet: B4, 08 and 0A. RGB value is (180,8,10). Sum of RGB (Red+Green+Blue) = 180+8+10=198 (26% of max value = 765). Red value is 180 (70.70% from 255 or 90.91% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 180 - color contains mainly: red. Hex color #B4080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4080A is #4BF7F5. Grayscale: #3B3B3B. Windows color (decimal): -4978678 or 657588. OLE color: 657588.
HSL color Cylindrical-coordinate representation of color #B4080A: hue angle of 359.3º 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 #B4080A is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 10 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.29 |
| HSL | 359.3º | 0.91% | 0.37% | - |
| HSV(B) | 359.3º | 0.96% | 0.71% | - |
| XYZ | 18.96 | 9.9 | 1.2 | - |
| YUV | 59.66 | 99.98 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 10 | 0 | 0.96 | 0.94 | 0.29 | 359.3 | 0.91 | 0.37 |
| Hex | B4 | 8 | A | 0 | 60 | 5E | 1D | 167 | 5B | 25 |
| Octal | 264 | 10 | 12 | 0 | 140 | 136 | 35 | 547 | 133 | 45 |
| Binary | 10110100 | 1000 | 1010 | 0 | 1100000 | 1011110 | 11101 | 101100111 | 1011011 | 100101 |
Color Harmonies of #B4080A
Complementary color
Monochromatic Colors of #B4080A
Black with #B4080A
Text Example
Text Example
White with #B4080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4080A; }
p { color: rgb(180,8,10); }
H1.HeaderClassName
{
color: #B4080A;
}
.AnyTagClassName
{
color: #B4080A;
}
</style>
background-color css
<style>
a { background-color: #B4080A; }
a { background-color: rgb(180,8,10); }
div.DivClassName
{
background-color: #B4080A;
}
.BgClassName
{
background-color: #B4080A;
}
</style>
border-color css
<style>
span { border-color: #B4080A; }
span { border-color: rgb(180,8,10); }
td.TdClassName
{
border-color: #B4080A;
}
.TagClassName
{
border-color: #B4080A;
}
</style>