Shades of Venetian Red #B30A20
Tints of Venetian Red #B30A20
RGB
CMYK
RGB Variations
Color information
#B30A20 (or 0xB30A20) is known color: Venetian Red. HEX triplet: B3, 0A and 20. RGB value is (179,10,32). Sum of RGB (Red+Green+Blue) = 179+10+32=221 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.00% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A20 is #4CF5DF. Grayscale: #3F3F3F. Windows color (decimal): -5043680 or 2099891. OLE color: 2099891.
HSL color Cylindrical-coordinate representation of color #B30A20: hue angle of 352.19º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30A20 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 32 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.30 |
| HSL | 352.19º | 0.89% | 0.37% | - |
| HSV(B) | 352.19º | 0.94% | 0.7% | - |
| XYZ | 18.96 | 9.91 | 2.28 | - |
| YUV | 63.04 | 110.49 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 32 | 0 | 0.94 | 0.82 | 0.30 | 352.19 | 0.89 | 0.37 |
| Hex | B3 | A | 20 | 0 | 5E | 52 | 1E | 160 | 59 | 25 |
| Octal | 263 | 12 | 40 | 0 | 136 | 122 | 36 | 540 | 131 | 45 |
| Binary | 10110011 | 1010 | 100000 | 0 | 1011110 | 1010010 | 11110 | 101100000 | 1011001 | 100101 |
Color Harmonies of #B30A20
Complementary color
Monochromatic Colors of #B30A20
Black with #B30A20
Text Example
Text Example
White with #B30A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A20; }
p { color: rgb(179,10,32); }
H1.HeaderClassName
{
color: #B30A20;
}
.AnyTagClassName
{
color: #B30A20;
}
</style>
background-color css
<style>
a { background-color: #B30A20; }
a { background-color: rgb(179,10,32); }
div.DivClassName
{
background-color: #B30A20;
}
.BgClassName
{
background-color: #B30A20;
}
</style>
border-color css
<style>
span { border-color: #B30A20; }
span { border-color: rgb(179,10,32); }
td.TdClassName
{
border-color: #B30A20;
}
.TagClassName
{
border-color: #B30A20;
}
</style>