Shades of Venetian Red #B40719
Tints of Venetian Red #B40719
RGB
CMYK
RGB Variations
Color information
#B40719 (or 0xB40719) is known color: Venetian Red. HEX triplet: B4, 07 and 19. RGB value is (180,7,25). Sum of RGB (Red+Green+Blue) = 180+7+25=212 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.91% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 180 - color contains mainly: red. Hex color #B40719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40719 is #4BF8E6. Grayscale: #3C3C3C. Windows color (decimal): -4978919 or 1640372. OLE color: 1640372.
HSL color Cylindrical-coordinate representation of color #B40719: hue angle of 353.76º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40719 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 25 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.29 |
| HSL | 353.76º | 0.93% | 0.37% | - |
| HSV(B) | 353.76º | 0.96% | 0.71% | - |
| XYZ | 19.07 | 9.93 | 1.83 | - |
| YUV | 60.78 | 107.81 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 25 | 0 | 0.96 | 0.86 | 0.29 | 353.76 | 0.93 | 0.37 |
| Hex | B4 | 7 | 19 | 0 | 60 | 56 | 1D | 162 | 5D | 25 |
| Octal | 264 | 7 | 31 | 0 | 140 | 126 | 35 | 542 | 135 | 45 |
| Binary | 10110100 | 111 | 11001 | 0 | 1100000 | 1010110 | 11101 | 101100010 | 1011101 | 100101 |
Color Harmonies of #B40719
Complementary color
Monochromatic Colors of #B40719
Black with #B40719
Text Example
Text Example
White with #B40719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40719; }
p { color: rgb(180,7,25); }
H1.HeaderClassName
{
color: #B40719;
}
.AnyTagClassName
{
color: #B40719;
}
</style>
background-color css
<style>
a { background-color: #B40719; }
a { background-color: rgb(180,7,25); }
div.DivClassName
{
background-color: #B40719;
}
.BgClassName
{
background-color: #B40719;
}
</style>
border-color css
<style>
span { border-color: #B40719; }
span { border-color: rgb(180,7,25); }
td.TdClassName
{
border-color: #B40719;
}
.TagClassName
{
border-color: #B40719;
}
</style>