Shades of Venetian Red #B30104
Tints of Venetian Red #B30104
RGB
CMYK
RGB Variations
Color information
#B30104 (or 0xB30104) is known color: Venetian Red. HEX triplet: B3, 01 and 04. RGB value is (179,1,4). Sum of RGB (Red+Green+Blue) = 179+1+4=184 (24% of max value = 765). Red value is 179 (70.31% from 255 or 97.28% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 179 - color contains mainly: red. Hex color #B30104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30104 is #4CFEFB. Grayscale: #363636. Windows color (decimal): -5046012 or 262579. OLE color: 262579.
HSL color Cylindrical-coordinate representation of color #B30104: hue angle of 358.99º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30104 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.30 |
| HSL | 358.99º | 0.99% | 0.35% | - |
| HSV(B) | 358.99º | 0.99% | 0.7% | - |
| XYZ | 18.62 | 9.61 | 0.99 | - |
| YUV | 54.56 | 99.47 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 4 | 0 | 0.99 | 0.98 | 0.30 | 358.99 | 0.99 | 0.35 |
| Hex | B3 | 1 | 4 | 0 | 63 | 62 | 1E | 167 | 63 | 23 |
| Octal | 263 | 1 | 4 | 0 | 143 | 142 | 36 | 547 | 143 | 43 |
| Binary | 10110011 | 1 | 100 | 0 | 1100011 | 1100010 | 11110 | 101100111 | 1100011 | 100011 |
Color Harmonies of #B30104
Complementary color
Monochromatic Colors of #B30104
Black with #B30104
Text Example
Text Example
White with #B30104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30104; }
p { color: rgb(179,1,4); }
H1.HeaderClassName
{
color: #B30104;
}
.AnyTagClassName
{
color: #B30104;
}
</style>
background-color css
<style>
a { background-color: #B30104; }
a { background-color: rgb(179,1,4); }
div.DivClassName
{
background-color: #B30104;
}
.BgClassName
{
background-color: #B30104;
}
</style>
border-color css
<style>
span { border-color: #B30104; }
span { border-color: rgb(179,1,4); }
td.TdClassName
{
border-color: #B30104;
}
.TagClassName
{
border-color: #B30104;
}
</style>