Shades of Venetian Red #B30F12
Tints of Venetian Red #B30F12
RGB
CMYK
RGB Variations
Color information
#B30F12 (or 0xB30F12) is known color: Venetian Red. HEX triplet: B3, 0F and 12. RGB value is (179,15,18). Sum of RGB (Red+Green+Blue) = 179+15+18=212 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.43% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30F12 is #4CF0ED. Grayscale: #404040. Windows color (decimal): -5042414 or 1183667. OLE color: 1183667.
HSL color Cylindrical-coordinate representation of color #B30F12: hue angle of 358.9º 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 #B30F12 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 15 | 18 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.30 |
| HSL | 358.9º | 0.85% | 0.38% | - |
| HSV(B) | 358.9º | 0.92% | 0.7% | - |
| XYZ | 18.87 | 9.97 | 1.5 | - |
| YUV | 64.38 | 101.83 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 18 | 0 | 0.92 | 0.90 | 0.30 | 358.9 | 0.85 | 0.38 |
| Hex | B3 | F | 12 | 0 | 5C | 5A | 1E | 167 | 55 | 26 |
| Octal | 263 | 17 | 22 | 0 | 134 | 132 | 36 | 547 | 125 | 46 |
| Binary | 10110011 | 1111 | 10010 | 0 | 1011100 | 1011010 | 11110 | 101100111 | 1010101 | 100110 |
Color Harmonies of #B30F12
Complementary color
Monochromatic Colors of #B30F12
Black with #B30F12
Text Example
Text Example
White with #B30F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30F12; }
p { color: rgb(179,15,18); }
H1.HeaderClassName
{
color: #B30F12;
}
.AnyTagClassName
{
color: #B30F12;
}
</style>
background-color css
<style>
a { background-color: #B30F12; }
a { background-color: rgb(179,15,18); }
div.DivClassName
{
background-color: #B30F12;
}
.BgClassName
{
background-color: #B30F12;
}
</style>
border-color css
<style>
span { border-color: #B30F12; }
span { border-color: rgb(179,15,18); }
td.TdClassName
{
border-color: #B30F12;
}
.TagClassName
{
border-color: #B30F12;
}
</style>