Shades of Venetian Red #B40B16
Tints of Venetian Red #B40B16
RGB
CMYK
RGB Variations
Color information
#B40B16 (or 0xB40B16) is known color: Venetian Red. HEX triplet: B4, 0B and 16. RGB value is (180,11,22). Sum of RGB (Red+Green+Blue) = 180+11+22=213 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.51% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40B16 is #4BF4E9. Grayscale: #3E3E3E. Windows color (decimal): -4977898 or 1444788. OLE color: 1444788.
HSL color Cylindrical-coordinate representation of color #B40B16: hue angle of 356.09º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40B16 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 22 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.29 |
| HSL | 356.09º | 0.88% | 0.37% | - |
| HSV(B) | 356.09º | 0.94% | 0.71% | - |
| XYZ | 19.09 | 10 | 1.68 | - |
| YUV | 62.79 | 104.99 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 22 | 0 | 0.94 | 0.88 | 0.29 | 356.09 | 0.88 | 0.37 |
| Hex | B4 | B | 16 | 0 | 5E | 58 | 1D | 164 | 58 | 25 |
| Octal | 264 | 13 | 26 | 0 | 136 | 130 | 35 | 544 | 130 | 45 |
| Binary | 10110100 | 1011 | 10110 | 0 | 1011110 | 1011000 | 11101 | 101100100 | 1011000 | 100101 |
Color Harmonies of #B40B16
Complementary color
Monochromatic Colors of #B40B16
Black with #B40B16
Text Example
Text Example
White with #B40B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40B16; }
p { color: rgb(180,11,22); }
H1.HeaderClassName
{
color: #B40B16;
}
.AnyTagClassName
{
color: #B40B16;
}
</style>
background-color css
<style>
a { background-color: #B40B16; }
a { background-color: rgb(180,11,22); }
div.DivClassName
{
background-color: #B40B16;
}
.BgClassName
{
background-color: #B40B16;
}
</style>
border-color css
<style>
span { border-color: #B40B16; }
span { border-color: rgb(180,11,22); }
td.TdClassName
{
border-color: #B40B16;
}
.TagClassName
{
border-color: #B40B16;
}
</style>