Shades of Venetian Red #B40416
Tints of Venetian Red #B40416
RGB
CMYK
RGB Variations
Color information
#B40416 (or 0xB40416) is known color: Venetian Red. HEX triplet: B4, 04 and 16. RGB value is (180,4,22). Sum of RGB (Red+Green+Blue) = 180+4+22=206 (27% of max value = 765). Red value is 180 (70.70% from 255 or 87.38% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 180 - color contains mainly: red. Hex color #B40416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40416 is #4BFBE9. Grayscale: #3A3A3A. Windows color (decimal): -4979690 or 1442996. OLE color: 1442996.
HSL color Cylindrical-coordinate representation of color #B40416: hue angle of 353.86º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40416 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 4 | 22 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.29 |
| HSL | 353.86º | 0.96% | 0.36% | - |
| HSV(B) | 353.86º | 0.98% | 0.71% | - |
| XYZ | 19.01 | 9.85 | 1.66 | - |
| YUV | 58.68 | 107.31 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 22 | 0 | 0.98 | 0.88 | 0.29 | 353.86 | 0.96 | 0.36 |
| Hex | B4 | 4 | 16 | 0 | 62 | 58 | 1D | 162 | 60 | 24 |
| Octal | 264 | 4 | 26 | 0 | 142 | 130 | 35 | 542 | 140 | 44 |
| Binary | 10110100 | 100 | 10110 | 0 | 1100010 | 1011000 | 11101 | 101100010 | 1100000 | 100100 |
Color Harmonies of #B40416
Complementary color
Monochromatic Colors of #B40416
Black with #B40416
Text Example
Text Example
White with #B40416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40416; }
p { color: rgb(180,4,22); }
H1.HeaderClassName
{
color: #B40416;
}
.AnyTagClassName
{
color: #B40416;
}
</style>
background-color css
<style>
a { background-color: #B40416; }
a { background-color: rgb(180,4,22); }
div.DivClassName
{
background-color: #B40416;
}
.BgClassName
{
background-color: #B40416;
}
</style>
border-color css
<style>
span { border-color: #B40416; }
span { border-color: rgb(180,4,22); }
td.TdClassName
{
border-color: #B40416;
}
.TagClassName
{
border-color: #B40416;
}
</style>