Shades of Venetian Red #B40118
Tints of Venetian Red #B40118
RGB
CMYK
RGB Variations
Color information
#B40118 (or 0xB40118) is known color: Venetian Red. HEX triplet: B4, 01 and 18. RGB value is (180,1,24). Sum of RGB (Red+Green+Blue) = 180+1+24=205 (27% of max value = 765). Red value is 180 (70.70% from 255 or 87.80% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 180 - color contains mainly: red. Hex color #B40118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40118 is #4BFEE7. Grayscale: #393939. Windows color (decimal): -4980456 or 1573300. OLE color: 1573300.
HSL color Cylindrical-coordinate representation of color #B40118: hue angle of 352.29º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40118 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 24 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.29 |
| HSL | 352.29º | 0.99% | 0.35% | - |
| HSV(B) | 352.29º | 0.99% | 0.71% | - |
| XYZ | 19 | 9.79 | 1.75 | - |
| YUV | 57.14 | 109.3 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 24 | 0 | 0.99 | 0.87 | 0.29 | 352.29 | 0.99 | 0.35 |
| Hex | B4 | 1 | 18 | 0 | 63 | 57 | 1D | 160 | 63 | 23 |
| Octal | 264 | 1 | 30 | 0 | 143 | 127 | 35 | 540 | 143 | 43 |
| Binary | 10110100 | 1 | 11000 | 0 | 1100011 | 1010111 | 11101 | 101100000 | 1100011 | 100011 |
Color Harmonies of #B40118
Complementary color
Monochromatic Colors of #B40118
Black with #B40118
Text Example
Text Example
White with #B40118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40118; }
p { color: rgb(180,1,24); }
H1.HeaderClassName
{
color: #B40118;
}
.AnyTagClassName
{
color: #B40118;
}
</style>
background-color css
<style>
a { background-color: #B40118; }
a { background-color: rgb(180,1,24); }
div.DivClassName
{
background-color: #B40118;
}
.BgClassName
{
background-color: #B40118;
}
</style>
border-color css
<style>
span { border-color: #B40118; }
span { border-color: rgb(180,1,24); }
td.TdClassName
{
border-color: #B40118;
}
.TagClassName
{
border-color: #B40118;
}
</style>