Shades of Venetian Red #B40811
Tints of Venetian Red #B40811
RGB
CMYK
RGB Variations
Color information
#B40811 (or 0xB40811) is known color: Venetian Red. HEX triplet: B4, 08 and 11. RGB value is (180,8,17). Sum of RGB (Red+Green+Blue) = 180+8+17=205 (27% of max value = 765). Red value is 180 (70.70% from 255 or 87.80% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 180 - color contains mainly: red. Hex color #B40811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40811 is #4BF7EE. Grayscale: #3C3C3C. Windows color (decimal): -4978671 or 1116340. OLE color: 1116340.
HSL color Cylindrical-coordinate representation of color #B40811: hue angle of 356.86º 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 #B40811 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 17 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.29 |
| HSL | 356.86º | 0.91% | 0.37% | - |
| HSV(B) | 356.86º | 0.96% | 0.71% | - |
| XYZ | 19.01 | 9.92 | 1.44 | - |
| YUV | 60.45 | 103.48 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 17 | 0 | 0.96 | 0.91 | 0.29 | 356.86 | 0.91 | 0.37 |
| Hex | B4 | 8 | 11 | 0 | 60 | 5B | 1D | 165 | 5B | 25 |
| Octal | 264 | 10 | 21 | 0 | 140 | 133 | 35 | 545 | 133 | 45 |
| Binary | 10110100 | 1000 | 10001 | 0 | 1100000 | 1011011 | 11101 | 101100101 | 1011011 | 100101 |
Color Harmonies of #B40811
Complementary color
Monochromatic Colors of #B40811
Black with #B40811
Text Example
Text Example
White with #B40811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40811; }
p { color: rgb(180,8,17); }
H1.HeaderClassName
{
color: #B40811;
}
.AnyTagClassName
{
color: #B40811;
}
</style>
background-color css
<style>
a { background-color: #B40811; }
a { background-color: rgb(180,8,17); }
div.DivClassName
{
background-color: #B40811;
}
.BgClassName
{
background-color: #B40811;
}
</style>
border-color css
<style>
span { border-color: #B40811; }
span { border-color: rgb(180,8,17); }
td.TdClassName
{
border-color: #B40811;
}
.TagClassName
{
border-color: #B40811;
}
</style>