Shades of Venetian Red #B40411
Tints of Venetian Red #B40411
RGB
CMYK
RGB Variations
Color information
#B40411 (or 0xB40411) is known color: Venetian Red. HEX triplet: B4, 04 and 11. RGB value is (180,4,17). Sum of RGB (Red+Green+Blue) = 180+4+17=201 (26% of max value = 765). Red value is 180 (70.70% from 255 or 89.55% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 180 - color contains mainly: red. Hex color #B40411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40411 is #4BFBEE. Grayscale: #3A3A3A. Windows color (decimal): -4979695 or 1115316. OLE color: 1115316.
HSL color Cylindrical-coordinate representation of color #B40411: hue angle of 355.57º 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 #B40411 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 4 | 17 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.29 |
| HSL | 355.57º | 0.96% | 0.36% | - |
| HSV(B) | 355.57º | 0.98% | 0.71% | - |
| XYZ | 18.97 | 9.83 | 1.43 | - |
| YUV | 58.11 | 104.81 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 17 | 0 | 0.98 | 0.91 | 0.29 | 355.57 | 0.96 | 0.36 |
| Hex | B4 | 4 | 11 | 0 | 62 | 5B | 1D | 164 | 60 | 24 |
| Octal | 264 | 4 | 21 | 0 | 142 | 133 | 35 | 544 | 140 | 44 |
| Binary | 10110100 | 100 | 10001 | 0 | 1100010 | 1011011 | 11101 | 101100100 | 1100000 | 100100 |
Color Harmonies of #B40411
Complementary color
Monochromatic Colors of #B40411
Black with #B40411
Text Example
Text Example
White with #B40411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40411; }
p { color: rgb(180,4,17); }
H1.HeaderClassName
{
color: #B40411;
}
.AnyTagClassName
{
color: #B40411;
}
</style>
background-color css
<style>
a { background-color: #B40411; }
a { background-color: rgb(180,4,17); }
div.DivClassName
{
background-color: #B40411;
}
.BgClassName
{
background-color: #B40411;
}
</style>
border-color css
<style>
span { border-color: #B40411; }
span { border-color: rgb(180,4,17); }
td.TdClassName
{
border-color: #B40411;
}
.TagClassName
{
border-color: #B40411;
}
</style>