Shades of Venetian Red #B30526
Tints of Venetian Red #B30526
RGB
CMYK
RGB Variations
Color information
#B30526 (or 0xB30526) is known color: Venetian Red. HEX triplet: B3, 05 and 26. RGB value is (179,5,38). Sum of RGB (Red+Green+Blue) = 179+5+38=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B30526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30526 is #4CFAD9. Grayscale: #3C3C3C. Windows color (decimal): -5044954 or 2491827. OLE color: 2491827.
HSL color Cylindrical-coordinate representation of color #B30526: hue angle of 348.62º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30526 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 5 | 38 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.30 |
| HSL | 348.62º | 0.95% | 0.36% | - |
| HSV(B) | 348.62º | 0.97% | 0.7% | - |
| XYZ | 18.99 | 9.83 | 2.73 | - |
| YUV | 60.79 | 115.15 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 38 | 0 | 0.97 | 0.79 | 0.30 | 348.62 | 0.95 | 0.36 |
| Hex | B3 | 5 | 26 | 0 | 61 | 4F | 1E | 15D | 5F | 24 |
| Octal | 263 | 5 | 46 | 0 | 141 | 117 | 36 | 535 | 137 | 44 |
| Binary | 10110011 | 101 | 100110 | 0 | 1100001 | 1001111 | 11110 | 101011101 | 1011111 | 100100 |
Color Harmonies of #B30526
Complementary color
Monochromatic Colors of #B30526
Black with #B30526
Text Example
Text Example
White with #B30526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30526; }
p { color: rgb(179,5,38); }
H1.HeaderClassName
{
color: #B30526;
}
.AnyTagClassName
{
color: #B30526;
}
</style>
background-color css
<style>
a { background-color: #B30526; }
a { background-color: rgb(179,5,38); }
div.DivClassName
{
background-color: #B30526;
}
.BgClassName
{
background-color: #B30526;
}
</style>
border-color css
<style>
span { border-color: #B30526; }
span { border-color: rgb(179,5,38); }
td.TdClassName
{
border-color: #B30526;
}
.TagClassName
{
border-color: #B30526;
}
</style>