Shades of Venetian Red #B30304
Tints of Venetian Red #B30304
RGB
CMYK
RGB Variations
Color information
#B30304 (or 0xB30304) is known color: Venetian Red. HEX triplet: B3, 03 and 04. RGB value is (179,3,4). Sum of RGB (Red+Green+Blue) = 179+3+4=186 (24% of max value = 765). Red value is 179 (70.31% from 255 or 96.24% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 179 - color contains mainly: red. Hex color #B30304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30304 is #4CFCFB. Grayscale: #373737. Windows color (decimal): -5045500 or 263091. OLE color: 263091.
HSL color Cylindrical-coordinate representation of color #B30304: hue angle of 359.66º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30304 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 4 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.30 |
| HSL | 359.66º | 0.97% | 0.36% | - |
| HSV(B) | 359.66º | 0.98% | 0.7% | - |
| XYZ | 18.64 | 9.66 | 1 | - |
| YUV | 55.74 | 98.81 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 4 | 0 | 0.98 | 0.98 | 0.30 | 359.66 | 0.97 | 0.36 |
| Hex | B3 | 3 | 4 | 0 | 62 | 62 | 1E | 168 | 61 | 24 |
| Octal | 263 | 3 | 4 | 0 | 142 | 142 | 36 | 550 | 141 | 44 |
| Binary | 10110011 | 11 | 100 | 0 | 1100010 | 1100010 | 11110 | 101101000 | 1100001 | 100100 |
Color Harmonies of #B30304
Complementary color
Monochromatic Colors of #B30304
Black with #B30304
Text Example
Text Example
White with #B30304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30304; }
p { color: rgb(179,3,4); }
H1.HeaderClassName
{
color: #B30304;
}
.AnyTagClassName
{
color: #B30304;
}
</style>
background-color css
<style>
a { background-color: #B30304; }
a { background-color: rgb(179,3,4); }
div.DivClassName
{
background-color: #B30304;
}
.BgClassName
{
background-color: #B30304;
}
</style>
border-color css
<style>
span { border-color: #B30304; }
span { border-color: rgb(179,3,4); }
td.TdClassName
{
border-color: #B30304;
}
.TagClassName
{
border-color: #B30304;
}
</style>