Shades of Venetian Red #B30F1D
Tints of Venetian Red #B30F1D
RGB
CMYK
RGB Variations
Color information
#B30F1D (or 0xB30F1D) is known color: Venetian Red. HEX triplet: B3, 0F and 1D. RGB value is (179,15,29). Sum of RGB (Red+Green+Blue) = 179+15+29=223 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.27% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30F1D is #4CF0E2. Grayscale: #414141. Windows color (decimal): -5042403 or 1904563. OLE color: 1904563.
HSL color Cylindrical-coordinate representation of color #B30F1D: hue angle of 354.88º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30F1D is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 15 | 29 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.30 |
| HSL | 354.88º | 0.85% | 0.38% | - |
| HSV(B) | 354.88º | 0.92% | 0.7% | - |
| XYZ | 18.98 | 10.01 | 2.09 | - |
| YUV | 65.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 29 | 0 | 0.92 | 0.84 | 0.30 | 354.88 | 0.85 | 0.38 |
| Hex | B3 | F | 1D | 0 | 5C | 54 | 1E | 163 | 55 | 26 |
| Octal | 263 | 17 | 35 | 0 | 134 | 124 | 36 | 543 | 125 | 46 |
| Binary | 10110011 | 1111 | 11101 | 0 | 1011100 | 1010100 | 11110 | 101100011 | 1010101 | 100110 |
Color Harmonies of #B30F1D
Complementary color
Monochromatic Colors of #B30F1D
Black with #B30F1D
Text Example
Text Example
White with #B30F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30F1D; }
p { color: rgb(179,15,29); }
H1.HeaderClassName
{
color: #B30F1D;
}
.AnyTagClassName
{
color: #B30F1D;
}
</style>
background-color css
<style>
a { background-color: #B30F1D; }
a { background-color: rgb(179,15,29); }
div.DivClassName
{
background-color: #B30F1D;
}
.BgClassName
{
background-color: #B30F1D;
}
</style>
border-color css
<style>
span { border-color: #B30F1D; }
span { border-color: rgb(179,15,29); }
td.TdClassName
{
border-color: #B30F1D;
}
.TagClassName
{
border-color: #B30F1D;
}
</style>