Shades of Venetian Red #B30407
Tints of Venetian Red #B30407
RGB
CMYK
RGB Variations
Color information
#B30407 (or 0xB30407) is known color: Venetian Red. HEX triplet: B3, 04 and 07. RGB value is (179,4,7). Sum of RGB (Red+Green+Blue) = 179+4+7=190 (25% of max value = 765). Red value is 179 (70.31% from 255 or 94.21% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 179 - color contains mainly: red. Hex color #B30407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30407 is #4CFBF8. Grayscale: #383838. Windows color (decimal): -5045241 or 459955. OLE color: 459955.
HSL color Cylindrical-coordinate representation of color #B30407: hue angle of 358.97º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30407 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 7 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.30 |
| HSL | 358.97º | 0.96% | 0.36% | - |
| HSV(B) | 358.97º | 0.98% | 0.7% | - |
| XYZ | 18.67 | 9.69 | 1.09 | - |
| YUV | 56.67 | 99.98 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 7 | 0 | 0.98 | 0.96 | 0.30 | 358.97 | 0.96 | 0.36 |
| Hex | B3 | 4 | 7 | 0 | 62 | 60 | 1E | 167 | 60 | 24 |
| Octal | 263 | 4 | 7 | 0 | 142 | 140 | 36 | 547 | 140 | 44 |
| Binary | 10110011 | 100 | 111 | 0 | 1100010 | 1100000 | 11110 | 101100111 | 1100000 | 100100 |
Color Harmonies of #B30407
Complementary color
Monochromatic Colors of #B30407
Black with #B30407
Text Example
Text Example
White with #B30407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30407; }
p { color: rgb(179,4,7); }
H1.HeaderClassName
{
color: #B30407;
}
.AnyTagClassName
{
color: #B30407;
}
</style>
background-color css
<style>
a { background-color: #B30407; }
a { background-color: rgb(179,4,7); }
div.DivClassName
{
background-color: #B30407;
}
.BgClassName
{
background-color: #B30407;
}
</style>
border-color css
<style>
span { border-color: #B30407; }
span { border-color: rgb(179,4,7); }
td.TdClassName
{
border-color: #B30407;
}
.TagClassName
{
border-color: #B30407;
}
</style>