Shades of Venetian Red #B30113
Tints of Venetian Red #B30113
RGB
CMYK
RGB Variations
Color information
#B30113 (or 0xB30113) is known color: Venetian Red. HEX triplet: B3, 01 and 13. RGB value is (179,1,19). Sum of RGB (Red+Green+Blue) = 179+1+19=199 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.95% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 179 - color contains mainly: red. Hex color #B30113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30113 is #4CFEEC. Grayscale: #383838. Windows color (decimal): -5045997 or 1245619. OLE color: 1245619.
HSL color Cylindrical-coordinate representation of color #B30113: hue angle of 353.93º 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 #B30113 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.30 |
| HSL | 353.93º | 0.99% | 0.35% | - |
| HSV(B) | 353.93º | 0.99% | 0.7% | - |
| XYZ | 18.72 | 9.65 | 1.49 | - |
| YUV | 56.27 | 106.97 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 19 | 0 | 0.99 | 0.89 | 0.30 | 353.93 | 0.99 | 0.35 |
| Hex | B3 | 1 | 13 | 0 | 63 | 59 | 1E | 162 | 63 | 23 |
| Octal | 263 | 1 | 23 | 0 | 143 | 131 | 36 | 542 | 143 | 43 |
| Binary | 10110011 | 1 | 10011 | 0 | 1100011 | 1011001 | 11110 | 101100010 | 1100011 | 100011 |
Color Harmonies of #B30113
Complementary color
Monochromatic Colors of #B30113
Black with #B30113
Text Example
Text Example
White with #B30113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30113; }
p { color: rgb(179,1,19); }
H1.HeaderClassName
{
color: #B30113;
}
.AnyTagClassName
{
color: #B30113;
}
</style>
background-color css
<style>
a { background-color: #B30113; }
a { background-color: rgb(179,1,19); }
div.DivClassName
{
background-color: #B30113;
}
.BgClassName
{
background-color: #B30113;
}
</style>
border-color css
<style>
span { border-color: #B30113; }
span { border-color: rgb(179,1,19); }
td.TdClassName
{
border-color: #B30113;
}
.TagClassName
{
border-color: #B30113;
}
</style>