Shades of Venetian Red #B30714
Tints of Venetian Red #B30714
RGB
CMYK
RGB Variations
Color information
#B30714 (or 0xB30714) is known color: Venetian Red. HEX triplet: B3, 07 and 14. RGB value is (179,7,20). Sum of RGB (Red+Green+Blue) = 179+7+20=206 (27% of max value = 765). Red value is 179 (70.31% from 255 or 86.89% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 179 - color contains mainly: red. Hex color #B30714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30714 is #4CF8EB. Grayscale: #3C3C3C. Windows color (decimal): -5044460 or 1312691. OLE color: 1312691.
HSL color Cylindrical-coordinate representation of color #B30714: hue angle of 355.47º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30714 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 20 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.30 |
| HSL | 355.47º | 0.92% | 0.36% | - |
| HSV(B) | 355.47º | 0.96% | 0.7% | - |
| XYZ | 18.79 | 9.79 | 1.56 | - |
| YUV | 59.91 | 105.48 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 20 | 0 | 0.96 | 0.89 | 0.30 | 355.47 | 0.92 | 0.36 |
| Hex | B3 | 7 | 14 | 0 | 60 | 59 | 1E | 163 | 5C | 24 |
| Octal | 263 | 7 | 24 | 0 | 140 | 131 | 36 | 543 | 134 | 44 |
| Binary | 10110011 | 111 | 10100 | 0 | 1100000 | 1011001 | 11110 | 101100011 | 1011100 | 100100 |
Color Harmonies of #B30714
Complementary color
Monochromatic Colors of #B30714
Black with #B30714
Text Example
Text Example
White with #B30714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30714; }
p { color: rgb(179,7,20); }
H1.HeaderClassName
{
color: #B30714;
}
.AnyTagClassName
{
color: #B30714;
}
</style>
background-color css
<style>
a { background-color: #B30714; }
a { background-color: rgb(179,7,20); }
div.DivClassName
{
background-color: #B30714;
}
.BgClassName
{
background-color: #B30714;
}
</style>
border-color css
<style>
span { border-color: #B30714; }
span { border-color: rgb(179,7,20); }
td.TdClassName
{
border-color: #B30714;
}
.TagClassName
{
border-color: #B30714;
}
</style>