Shades of Venetian Red #B40011
Tints of Venetian Red #B40011
RGB
CMYK
RGB Variations
Color information
#B40011 (or 0xB40011) is known color: Venetian Red. HEX triplet: B4, 00 and 11. RGB value is (180,0,17). Sum of RGB (Red+Green+Blue) = 180+0+17=197 (26% of max value = 765). Red value is 180 (70.70% from 255 or 91.37% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 180 - color contains mainly: red. Hex color #B40011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40011 is #4BFFEE. Grayscale: #373737. Windows color (decimal): -4980719 or 1114292. OLE color: 1114292.
HSL color Cylindrical-coordinate representation of color #B40011: hue angle of 354.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40011 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.91 | 0.29 |
| HSL | 354.33º | 1% | 0.35% | - |
| HSV(B) | 354.33º | 1% | 0.71% | - |
| XYZ | 18.92 | 9.74 | 1.41 | - |
| YUV | 55.76 | 106.13 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 17 | 0 | 1 | 0.91 | 0.29 | 354.33 | 1 | 0.35 |
| Hex | B4 | 0 | 11 | 0 | 64 | 5B | 1D | 162 | 64 | 23 |
| Octal | 264 | 0 | 21 | 0 | 144 | 133 | 35 | 542 | 144 | 43 |
| Binary | 10110100 | 0 | 10001 | 0 | 1100100 | 1011011 | 11101 | 101100010 | 1100100 | 100011 |
Color Harmonies of #B40011
Complementary color
Monochromatic Colors of #B40011
Black with #B40011
Text Example
Text Example
White with #B40011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40011; }
p { color: rgb(180,0,17); }
H1.HeaderClassName
{
color: #B40011;
}
.AnyTagClassName
{
color: #B40011;
}
</style>
background-color css
<style>
a { background-color: #B40011; }
a { background-color: rgb(180,0,17); }
div.DivClassName
{
background-color: #B40011;
}
.BgClassName
{
background-color: #B40011;
}
</style>
border-color css
<style>
span { border-color: #B40011; }
span { border-color: rgb(180,0,17); }
td.TdClassName
{
border-color: #B40011;
}
.TagClassName
{
border-color: #B40011;
}
</style>