Shades of Venetian Red #B40124
Tints of Venetian Red #B40124
RGB
CMYK
RGB Variations
Color information
#B40124 (or 0xB40124) is known color: Venetian Red. HEX triplet: B4, 01 and 24. RGB value is (180,1,36). Sum of RGB (Red+Green+Blue) = 180+1+36=217 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.95% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 180 - color contains mainly: red. Hex color #B40124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40124 is #4BFEDB. Grayscale: #3A3A3A. Windows color (decimal): -4980444 or 2359732. OLE color: 2359732.
HSL color Cylindrical-coordinate representation of color #B40124: hue angle of 348.27º 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 #B40124 is Cyan = 0, Magento = 0.99, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.8 | 0.29 |
| HSL | 348.27º | 0.99% | 0.35% | - |
| HSV(B) | 348.27º | 0.99% | 0.71% | - |
| XYZ | 19.15 | 9.85 | 2.56 | - |
| YUV | 58.51 | 115.3 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 36 | 0 | 0.99 | 0.8 | 0.29 | 348.27 | 0.99 | 0.35 |
| Hex | B4 | 1 | 24 | 0 | 63 | 50 | 1D | 15C | 63 | 23 |
| Octal | 264 | 1 | 44 | 0 | 143 | 120 | 35 | 534 | 143 | 43 |
| Binary | 10110100 | 1 | 100100 | 0 | 1100011 | 1010000 | 11101 | 101011100 | 1100011 | 100011 |
Color Harmonies of #B40124
Complementary color
Monochromatic Colors of #B40124
Black with #B40124
Text Example
Text Example
White with #B40124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40124; }
p { color: rgb(180,1,36); }
H1.HeaderClassName
{
color: #B40124;
}
.AnyTagClassName
{
color: #B40124;
}
</style>
background-color css
<style>
a { background-color: #B40124; }
a { background-color: rgb(180,1,36); }
div.DivClassName
{
background-color: #B40124;
}
.BgClassName
{
background-color: #B40124;
}
</style>
border-color css
<style>
span { border-color: #B40124; }
span { border-color: rgb(180,1,36); }
td.TdClassName
{
border-color: #B40124;
}
.TagClassName
{
border-color: #B40124;
}
</style>