Shades of Venetian Red #B30D1B
Tints of Venetian Red #B30D1B
RGB
CMYK
RGB Variations
Color information
#B30D1B (or 0xB30D1B) is known color: Venetian Red. HEX triplet: B3, 0D and 1B. RGB value is (179,13,27). Sum of RGB (Red+Green+Blue) = 179+13+27=219 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.74% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30D1B is #4CF2E4. Grayscale: #404040. Windows color (decimal): -5042917 or 1772979. OLE color: 1772979.
HSL color Cylindrical-coordinate representation of color #B30D1B: hue angle of 354.94º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30D1B is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 13 | 27 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.30 |
| HSL | 354.94º | 0.86% | 0.38% | - |
| HSV(B) | 354.94º | 0.93% | 0.7% | - |
| XYZ | 18.93 | 9.95 | 1.96 | - |
| YUV | 64.23 | 107 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 27 | 0 | 0.93 | 0.85 | 0.30 | 354.94 | 0.86 | 0.38 |
| Hex | B3 | D | 1B | 0 | 5D | 55 | 1E | 163 | 56 | 26 |
| Octal | 263 | 15 | 33 | 0 | 135 | 125 | 36 | 543 | 126 | 46 |
| Binary | 10110011 | 1101 | 11011 | 0 | 1011101 | 1010101 | 11110 | 101100011 | 1010110 | 100110 |
Color Harmonies of #B30D1B
Complementary color
Monochromatic Colors of #B30D1B
Black with #B30D1B
Text Example
Text Example
White with #B30D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30D1B; }
p { color: rgb(179,13,27); }
H1.HeaderClassName
{
color: #B30D1B;
}
.AnyTagClassName
{
color: #B30D1B;
}
</style>
background-color css
<style>
a { background-color: #B30D1B; }
a { background-color: rgb(179,13,27); }
div.DivClassName
{
background-color: #B30D1B;
}
.BgClassName
{
background-color: #B30D1B;
}
</style>
border-color css
<style>
span { border-color: #B30D1B; }
span { border-color: rgb(179,13,27); }
td.TdClassName
{
border-color: #B30D1B;
}
.TagClassName
{
border-color: #B30D1B;
}
</style>