Shades of Venetian Red #B30423
Tints of Venetian Red #B30423
RGB
CMYK
RGB Variations
Color information
#B30423 (or 0xB30423) is known color: Venetian Red. HEX triplet: B3, 04 and 23. RGB value is (179,4,35). Sum of RGB (Red+Green+Blue) = 179+4+35=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B30423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30423 is #4CFBDC. Grayscale: #3B3B3B. Windows color (decimal): -5045213 or 2294963. OLE color: 2294963.
HSL color Cylindrical-coordinate representation of color #B30423: hue angle of 349.37º 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 #B30423 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 35 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.30 |
| HSL | 349.37º | 0.96% | 0.36% | - |
| HSV(B) | 349.37º | 0.98% | 0.7% | - |
| XYZ | 18.94 | 9.79 | 2.48 | - |
| YUV | 59.86 | 113.98 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 35 | 0 | 0.98 | 0.80 | 0.30 | 349.37 | 0.96 | 0.36 |
| Hex | B3 | 4 | 23 | 0 | 62 | 50 | 1E | 15D | 60 | 24 |
| Octal | 263 | 4 | 43 | 0 | 142 | 120 | 36 | 535 | 140 | 44 |
| Binary | 10110011 | 100 | 100011 | 0 | 1100010 | 1010000 | 11110 | 101011101 | 1100000 | 100100 |
Color Harmonies of #B30423
Complementary color
Monochromatic Colors of #B30423
Black with #B30423
Text Example
Text Example
White with #B30423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30423; }
p { color: rgb(179,4,35); }
H1.HeaderClassName
{
color: #B30423;
}
.AnyTagClassName
{
color: #B30423;
}
</style>
background-color css
<style>
a { background-color: #B30423; }
a { background-color: rgb(179,4,35); }
div.DivClassName
{
background-color: #B30423;
}
.BgClassName
{
background-color: #B30423;
}
</style>
border-color css
<style>
span { border-color: #B30423; }
span { border-color: rgb(179,4,35); }
td.TdClassName
{
border-color: #B30423;
}
.TagClassName
{
border-color: #B30423;
}
</style>