Shades of Venetian Red #B30320
Tints of Venetian Red #B30320
RGB
CMYK
RGB Variations
Color information
#B30320 (or 0xB30320) is known color: Venetian Red. HEX triplet: B3, 03 and 20. RGB value is (179,3,32). Sum of RGB (Red+Green+Blue) = 179+3+32=214 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.64% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 179 - color contains mainly: red. Hex color #B30320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30320 is #4CFCDF. Grayscale: #3A3A3A. Windows color (decimal): -5045472 or 2098099. OLE color: 2098099.
HSL color Cylindrical-coordinate representation of color #B30320: hue angle of 350.11º degrees, saturation: 0.97, 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 #B30320 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 32 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.30 |
| HSL | 350.11º | 0.97% | 0.36% | - |
| HSV(B) | 350.11º | 0.98% | 0.7% | - |
| XYZ | 18.88 | 9.75 | 2.25 | - |
| YUV | 58.93 | 112.81 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 32 | 0 | 0.98 | 0.82 | 0.30 | 350.11 | 0.97 | 0.36 |
| Hex | B3 | 3 | 20 | 0 | 62 | 52 | 1E | 15E | 61 | 24 |
| Octal | 263 | 3 | 40 | 0 | 142 | 122 | 36 | 536 | 141 | 44 |
| Binary | 10110011 | 11 | 100000 | 0 | 1100010 | 1010010 | 11110 | 101011110 | 1100001 | 100100 |
Color Harmonies of #B30320
Complementary color
Monochromatic Colors of #B30320
Black with #B30320
Text Example
Text Example
White with #B30320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30320; }
p { color: rgb(179,3,32); }
H1.HeaderClassName
{
color: #B30320;
}
.AnyTagClassName
{
color: #B30320;
}
</style>
background-color css
<style>
a { background-color: #B30320; }
a { background-color: rgb(179,3,32); }
div.DivClassName
{
background-color: #B30320;
}
.BgClassName
{
background-color: #B30320;
}
</style>
border-color css
<style>
span { border-color: #B30320; }
span { border-color: rgb(179,3,32); }
td.TdClassName
{
border-color: #B30320;
}
.TagClassName
{
border-color: #B30320;
}
</style>