Shades of Venetian Red #B30729
Tints of Venetian Red #B30729
RGB
CMYK
RGB Variations
Color information
#B30729 (or 0xB30729) is known color: Venetian Red. HEX triplet: B3, 07 and 29. RGB value is (179,7,41). Sum of RGB (Red+Green+Blue) = 179+7+41=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B30729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30729 is #4CF8D6. Grayscale: #3E3E3E. Windows color (decimal): -5044439 or 2688947. OLE color: 2688947.
HSL color Cylindrical-coordinate representation of color #B30729: hue angle of 348.14º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30729 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 41 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.30 |
| HSL | 348.14º | 0.92% | 0.36% | - |
| HSV(B) | 348.14º | 0.96% | 0.7% | - |
| XYZ | 19.07 | 9.9 | 3 | - |
| YUV | 62.3 | 115.98 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 41 | 0 | 0.96 | 0.77 | 0.30 | 348.14 | 0.92 | 0.36 |
| Hex | B3 | 7 | 29 | 0 | 60 | 4D | 1E | 15C | 5C | 24 |
| Octal | 263 | 7 | 51 | 0 | 140 | 115 | 36 | 534 | 134 | 44 |
| Binary | 10110011 | 111 | 101001 | 0 | 1100000 | 1001101 | 11110 | 101011100 | 1011100 | 100100 |
Color Harmonies of #B30729
Complementary color
Monochromatic Colors of #B30729
Black with #B30729
Text Example
Text Example
White with #B30729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30729; }
p { color: rgb(179,7,41); }
H1.HeaderClassName
{
color: #B30729;
}
.AnyTagClassName
{
color: #B30729;
}
</style>
background-color css
<style>
a { background-color: #B30729; }
a { background-color: rgb(179,7,41); }
div.DivClassName
{
background-color: #B30729;
}
.BgClassName
{
background-color: #B30729;
}
</style>
border-color css
<style>
span { border-color: #B30729; }
span { border-color: rgb(179,7,41); }
td.TdClassName
{
border-color: #B30729;
}
.TagClassName
{
border-color: #B30729;
}
</style>