Shades of Venetian Red #B80729
Tints of Venetian Red #B80729
RGB
CMYK
RGB Variations
Color information
#B80729 (or 0xB80729) is known color: Venetian Red. HEX triplet: B8, 07 and 29. RGB value is (184,7,41). Sum of RGB (Red+Green+Blue) = 184+7+41=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B80729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80729 is #47F8D6. Grayscale: #3F3F3F. Windows color (decimal): -4716759 or 2688952. OLE color: 2688952.
HSL color Cylindrical-coordinate representation of color #B80729: hue angle of 348.47º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80729 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 41 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.28 |
| HSL | 348.47º | 0.93% | 0.37% | - |
| HSV(B) | 348.47º | 0.96% | 0.72% | - |
| XYZ | 20.24 | 10.5 | 3.06 | - |
| YUV | 63.8 | 115.14 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 41 | 0 | 0.96 | 0.78 | 0.28 | 348.47 | 0.93 | 0.37 |
| Hex | B8 | 7 | 29 | 0 | 60 | 4E | 1C | 15C | 5D | 25 |
| Octal | 270 | 7 | 51 | 0 | 140 | 116 | 34 | 534 | 135 | 45 |
| Binary | 10111000 | 111 | 101001 | 0 | 1100000 | 1001110 | 11100 | 101011100 | 1011101 | 100101 |
Color Harmonies of #B80729
Complementary color
Monochromatic Colors of #B80729
Black with #B80729
Text Example
Text Example
White with #B80729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80729; }
p { color: rgb(184,7,41); }
H1.HeaderClassName
{
color: #B80729;
}
.AnyTagClassName
{
color: #B80729;
}
</style>
background-color css
<style>
a { background-color: #B80729; }
a { background-color: rgb(184,7,41); }
div.DivClassName
{
background-color: #B80729;
}
.BgClassName
{
background-color: #B80729;
}
</style>
border-color css
<style>
span { border-color: #B80729; }
span { border-color: rgb(184,7,41); }
td.TdClassName
{
border-color: #B80729;
}
.TagClassName
{
border-color: #B80729;
}
</style>