Shades of Venetian Red #B30F18
Tints of Venetian Red #B30F18
RGB
CMYK
RGB Variations
Color information
#B30F18 (or 0xB30F18) is known color: Venetian Red. HEX triplet: B3, 0F and 18. RGB value is (179,15,24). Sum of RGB (Red+Green+Blue) = 179+15+24=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30F18 is #4CF0E7. Grayscale: #414141. Windows color (decimal): -5042408 or 1576883. OLE color: 1576883.
HSL color Cylindrical-coordinate representation of color #B30F18: hue angle of 356.71º 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 #B30F18 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 15 | 24 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.30 |
| HSL | 356.71º | 0.85% | 0.38% | - |
| HSV(B) | 356.71º | 0.92% | 0.7% | - |
| XYZ | 18.93 | 9.99 | 1.8 | - |
| YUV | 65.06 | 104.83 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 24 | 0 | 0.92 | 0.87 | 0.30 | 356.71 | 0.85 | 0.38 |
| Hex | B3 | F | 18 | 0 | 5C | 57 | 1E | 165 | 55 | 26 |
| Octal | 263 | 17 | 30 | 0 | 134 | 127 | 36 | 545 | 125 | 46 |
| Binary | 10110011 | 1111 | 11000 | 0 | 1011100 | 1010111 | 11110 | 101100101 | 1010101 | 100110 |
Color Harmonies of #B30F18
Complementary color
Monochromatic Colors of #B30F18
Black with #B30F18
Text Example
Text Example
White with #B30F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30F18; }
p { color: rgb(179,15,24); }
H1.HeaderClassName
{
color: #B30F18;
}
.AnyTagClassName
{
color: #B30F18;
}
</style>
background-color css
<style>
a { background-color: #B30F18; }
a { background-color: rgb(179,15,24); }
div.DivClassName
{
background-color: #B30F18;
}
.BgClassName
{
background-color: #B30F18;
}
</style>
border-color css
<style>
span { border-color: #B30F18; }
span { border-color: rgb(179,15,24); }
td.TdClassName
{
border-color: #B30F18;
}
.TagClassName
{
border-color: #B30F18;
}
</style>