Shades of Venetian Red #B30C1E
Tints of Venetian Red #B30C1E
RGB
CMYK
RGB Variations
Color information
#B30C1E (or 0xB30C1E) is known color: Venetian Red. HEX triplet: B3, 0C and 1E. RGB value is (179,12,30). Sum of RGB (Red+Green+Blue) = 179+12+30=221 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.00% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C1E is #4CF3E1. Grayscale: #404040. Windows color (decimal): -5043170 or 1969331. OLE color: 1969331.
HSL color Cylindrical-coordinate representation of color #B30C1E: hue angle of 353.53º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30C1E is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 30 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.30 |
| HSL | 353.53º | 0.87% | 0.37% | - |
| HSV(B) | 353.53º | 0.93% | 0.7% | - |
| XYZ | 18.96 | 9.94 | 2.15 | - |
| YUV | 63.99 | 108.83 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 30 | 0 | 0.93 | 0.83 | 0.30 | 353.53 | 0.87 | 0.37 |
| Hex | B3 | C | 1E | 0 | 5D | 53 | 1E | 162 | 57 | 25 |
| Octal | 263 | 14 | 36 | 0 | 135 | 123 | 36 | 542 | 127 | 45 |
| Binary | 10110011 | 1100 | 11110 | 0 | 1011101 | 1010011 | 11110 | 101100010 | 1010111 | 100101 |
Color Harmonies of #B30C1E
Complementary color
Monochromatic Colors of #B30C1E
Black with #B30C1E
Text Example
Text Example
White with #B30C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C1E; }
p { color: rgb(179,12,30); }
H1.HeaderClassName
{
color: #B30C1E;
}
.AnyTagClassName
{
color: #B30C1E;
}
</style>
background-color css
<style>
a { background-color: #B30C1E; }
a { background-color: rgb(179,12,30); }
div.DivClassName
{
background-color: #B30C1E;
}
.BgClassName
{
background-color: #B30C1E;
}
</style>
border-color css
<style>
span { border-color: #B30C1E; }
span { border-color: rgb(179,12,30); }
td.TdClassName
{
border-color: #B30C1E;
}
.TagClassName
{
border-color: #B30C1E;
}
</style>