Shades of Venetian Red #B30726
Tints of Venetian Red #B30726
RGB
CMYK
RGB Variations
Color information
#B30726 (or 0xB30726) is known color: Venetian Red. HEX triplet: B3, 07 and 26. RGB value is (179,7,38). Sum of RGB (Red+Green+Blue) = 179+7+38=224 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.91% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 179 - color contains mainly: red. Hex color #B30726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30726 is #4CF8D9. Grayscale: #3E3E3E. Windows color (decimal): -5044442 or 2492339. OLE color: 2492339.
HSL color Cylindrical-coordinate representation of color #B30726: hue angle of 349.19º 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 #B30726 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 38 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.30 |
| HSL | 349.19º | 0.92% | 0.36% | - |
| HSV(B) | 349.19º | 0.96% | 0.7% | - |
| XYZ | 19.02 | 9.88 | 2.74 | - |
| YUV | 61.96 | 114.48 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 38 | 0 | 0.96 | 0.79 | 0.30 | 349.19 | 0.92 | 0.36 |
| Hex | B3 | 7 | 26 | 0 | 60 | 4F | 1E | 15D | 5C | 24 |
| Octal | 263 | 7 | 46 | 0 | 140 | 117 | 36 | 535 | 134 | 44 |
| Binary | 10110011 | 111 | 100110 | 0 | 1100000 | 1001111 | 11110 | 101011101 | 1011100 | 100100 |
Color Harmonies of #B30726
Complementary color
Monochromatic Colors of #B30726
Black with #B30726
Text Example
Text Example
White with #B30726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30726; }
p { color: rgb(179,7,38); }
H1.HeaderClassName
{
color: #B30726;
}
.AnyTagClassName
{
color: #B30726;
}
</style>
background-color css
<style>
a { background-color: #B30726; }
a { background-color: rgb(179,7,38); }
div.DivClassName
{
background-color: #B30726;
}
.BgClassName
{
background-color: #B30726;
}
</style>
border-color css
<style>
span { border-color: #B30726; }
span { border-color: rgb(179,7,38); }
td.TdClassName
{
border-color: #B30726;
}
.TagClassName
{
border-color: #B30726;
}
</style>