Shades of Venetian Red #B30B0C
Tints of Venetian Red #B30B0C
RGB
CMYK
RGB Variations
Color information
#B30B0C (or 0xB30B0C) is known color: Venetian Red. HEX triplet: B3, 0B and 0C. RGB value is (179,11,12). Sum of RGB (Red+Green+Blue) = 179+11+12=202 (26% of max value = 765). Red value is 179 (70.31% from 255 or 88.61% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30B0C is #4CF4F3. Grayscale: #3D3D3D. Windows color (decimal): -5043444 or 789427. OLE color: 789427.
HSL color Cylindrical-coordinate representation of color #B30B0C: hue angle of 359.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30B0C is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 12 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.30 |
| HSL | 359.64º | 0.88% | 0.37% | - |
| HSV(B) | 359.64º | 0.94% | 0.7% | - |
| XYZ | 18.78 | 9.85 | 1.26 | - |
| YUV | 61.35 | 100.16 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 12 | 0 | 0.94 | 0.93 | 0.30 | 359.64 | 0.88 | 0.37 |
| Hex | B3 | B | C | 0 | 5E | 5D | 1E | 168 | 58 | 25 |
| Octal | 263 | 13 | 14 | 0 | 136 | 135 | 36 | 550 | 130 | 45 |
| Binary | 10110011 | 1011 | 1100 | 0 | 1011110 | 1011101 | 11110 | 101101000 | 1011000 | 100101 |
Color Harmonies of #B30B0C
Complementary color
Monochromatic Colors of #B30B0C
Black with #B30B0C
Text Example
Text Example
White with #B30B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B0C; }
p { color: rgb(179,11,12); }
H1.HeaderClassName
{
color: #B30B0C;
}
.AnyTagClassName
{
color: #B30B0C;
}
</style>
background-color css
<style>
a { background-color: #B30B0C; }
a { background-color: rgb(179,11,12); }
div.DivClassName
{
background-color: #B30B0C;
}
.BgClassName
{
background-color: #B30B0C;
}
</style>
border-color css
<style>
span { border-color: #B30B0C; }
span { border-color: rgb(179,11,12); }
td.TdClassName
{
border-color: #B30B0C;
}
.TagClassName
{
border-color: #B30B0C;
}
</style>