Shades of Venetian Red #B30914
Tints of Venetian Red #B30914
RGB
CMYK
RGB Variations
Color information
#B30914 (or 0xB30914) is known color: Venetian Red. HEX triplet: B3, 09 and 14. RGB value is (179,9,20). Sum of RGB (Red+Green+Blue) = 179+9+20=208 (27% of max value = 765). Red value is 179 (70.31% from 255 or 86.06% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 179 - color contains mainly: red. Hex color #B30914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30914 is #4CF6EB. Grayscale: #3D3D3D. Windows color (decimal): -5043948 or 1313203. OLE color: 1313203.
HSL color Cylindrical-coordinate representation of color #B30914: hue angle of 356.12º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30914 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 20 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.30 |
| HSL | 356.12º | 0.9% | 0.37% | - |
| HSV(B) | 356.12º | 0.95% | 0.7% | - |
| XYZ | 18.81 | 9.83 | 1.57 | - |
| YUV | 61.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 20 | 0 | 0.95 | 0.89 | 0.30 | 356.12 | 0.9 | 0.37 |
| Hex | B3 | 9 | 14 | 0 | 5F | 59 | 1E | 164 | 5A | 25 |
| Octal | 263 | 11 | 24 | 0 | 137 | 131 | 36 | 544 | 132 | 45 |
| Binary | 10110011 | 1001 | 10100 | 0 | 1011111 | 1011001 | 11110 | 101100100 | 1011010 | 100101 |
Color Harmonies of #B30914
Complementary color
Monochromatic Colors of #B30914
Black with #B30914
Text Example
Text Example
White with #B30914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30914; }
p { color: rgb(179,9,20); }
H1.HeaderClassName
{
color: #B30914;
}
.AnyTagClassName
{
color: #B30914;
}
</style>
background-color css
<style>
a { background-color: #B30914; }
a { background-color: rgb(179,9,20); }
div.DivClassName
{
background-color: #B30914;
}
.BgClassName
{
background-color: #B30914;
}
</style>
border-color css
<style>
span { border-color: #B30914; }
span { border-color: rgb(179,9,20); }
td.TdClassName
{
border-color: #B30914;
}
.TagClassName
{
border-color: #B30914;
}
</style>