Shades of Venetian Red #B40726
Tints of Venetian Red #B40726
RGB
CMYK
RGB Variations
Color information
#B40726 (or 0xB40726) is known color: Venetian Red. HEX triplet: B4, 07 and 26. RGB value is (180,7,38). Sum of RGB (Red+Green+Blue) = 180+7+38=225 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 180 - color contains mainly: red. Hex color #B40726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40726 is #4BF8D9. Grayscale: #3E3E3E. Windows color (decimal): -4978906 or 2492340. OLE color: 2492340.
HSL color Cylindrical-coordinate representation of color #B40726: hue angle of 349.25º 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 #B40726 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 38 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.29 |
| HSL | 349.25º | 0.93% | 0.37% | - |
| HSV(B) | 349.25º | 0.96% | 0.71% | - |
| XYZ | 19.25 | 10 | 2.75 | - |
| YUV | 62.26 | 114.31 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 38 | 0 | 0.96 | 0.79 | 0.29 | 349.25 | 0.93 | 0.37 |
| Hex | B4 | 7 | 26 | 0 | 60 | 4F | 1D | 15D | 5D | 25 |
| Octal | 264 | 7 | 46 | 0 | 140 | 117 | 35 | 535 | 135 | 45 |
| Binary | 10110100 | 111 | 100110 | 0 | 1100000 | 1001111 | 11101 | 101011101 | 1011101 | 100101 |
Color Harmonies of #B40726
Complementary color
Monochromatic Colors of #B40726
Black with #B40726
Text Example
Text Example
White with #B40726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40726; }
p { color: rgb(180,7,38); }
H1.HeaderClassName
{
color: #B40726;
}
.AnyTagClassName
{
color: #B40726;
}
</style>
background-color css
<style>
a { background-color: #B40726; }
a { background-color: rgb(180,7,38); }
div.DivClassName
{
background-color: #B40726;
}
.BgClassName
{
background-color: #B40726;
}
</style>
border-color css
<style>
span { border-color: #B40726; }
span { border-color: rgb(180,7,38); }
td.TdClassName
{
border-color: #B40726;
}
.TagClassName
{
border-color: #B40726;
}
</style>