Shades of Venetian Red #B30613
Tints of Venetian Red #B30613
RGB
CMYK
RGB Variations
Color information
#B30613 (or 0xB30613) is known color: Venetian Red. HEX triplet: B3, 06 and 13. RGB value is (179,6,19). Sum of RGB (Red+Green+Blue) = 179+6+19=204 (27% of max value = 765). Red value is 179 (70.31% from 255 or 87.75% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 179 - color contains mainly: red. Hex color #B30613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30613 is #4CF9EC. Grayscale: #3B3B3B. Windows color (decimal): -5044717 or 1246899. OLE color: 1246899.
HSL color Cylindrical-coordinate representation of color #B30613: hue angle of 355.49º degrees, saturation: 0.94, 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 #B30613 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 19 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.30 |
| HSL | 355.49º | 0.94% | 0.36% | - |
| HSV(B) | 355.49º | 0.97% | 0.7% | - |
| XYZ | 18.77 | 9.76 | 1.51 | - |
| YUV | 59.21 | 105.31 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 19 | 0 | 0.97 | 0.89 | 0.30 | 355.49 | 0.94 | 0.36 |
| Hex | B3 | 6 | 13 | 0 | 61 | 59 | 1E | 163 | 5E | 24 |
| Octal | 263 | 6 | 23 | 0 | 141 | 131 | 36 | 543 | 136 | 44 |
| Binary | 10110011 | 110 | 10011 | 0 | 1100001 | 1011001 | 11110 | 101100011 | 1011110 | 100100 |
Color Harmonies of #B30613
Complementary color
Monochromatic Colors of #B30613
Black with #B30613
Text Example
Text Example
White with #B30613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30613; }
p { color: rgb(179,6,19); }
H1.HeaderClassName
{
color: #B30613;
}
.AnyTagClassName
{
color: #B30613;
}
</style>
background-color css
<style>
a { background-color: #B30613; }
a { background-color: rgb(179,6,19); }
div.DivClassName
{
background-color: #B30613;
}
.BgClassName
{
background-color: #B30613;
}
</style>
border-color css
<style>
span { border-color: #B30613; }
span { border-color: rgb(179,6,19); }
td.TdClassName
{
border-color: #B30613;
}
.TagClassName
{
border-color: #B30613;
}
</style>