Shades of Venetian Red #B30120
Tints of Venetian Red #B30120
RGB
CMYK
RGB Variations
Color information
#B30120 (or 0xB30120) is known color: Venetian Red. HEX triplet: B3, 01 and 20. RGB value is (179,1,32). Sum of RGB (Red+Green+Blue) = 179+1+32=212 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.43% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 179 - color contains mainly: red. Hex color #B30120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30120 is #4CFEDF. Grayscale: #393939. Windows color (decimal): -5045984 or 2097587. OLE color: 2097587.
HSL color Cylindrical-coordinate representation of color #B30120: hue angle of 349.55º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30120 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.30 |
| HSL | 349.55º | 0.99% | 0.35% | - |
| HSV(B) | 349.55º | 0.99% | 0.7% | - |
| XYZ | 18.86 | 9.71 | 2.25 | - |
| YUV | 57.76 | 113.47 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 32 | 0 | 0.99 | 0.82 | 0.30 | 349.55 | 0.99 | 0.35 |
| Hex | B3 | 1 | 20 | 0 | 63 | 52 | 1E | 15E | 63 | 23 |
| Octal | 263 | 1 | 40 | 0 | 143 | 122 | 36 | 536 | 143 | 43 |
| Binary | 10110011 | 1 | 100000 | 0 | 1100011 | 1010010 | 11110 | 101011110 | 1100011 | 100011 |
Color Harmonies of #B30120
Complementary color
Monochromatic Colors of #B30120
Black with #B30120
Text Example
Text Example
White with #B30120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30120; }
p { color: rgb(179,1,32); }
H1.HeaderClassName
{
color: #B30120;
}
.AnyTagClassName
{
color: #B30120;
}
</style>
background-color css
<style>
a { background-color: #B30120; }
a { background-color: rgb(179,1,32); }
div.DivClassName
{
background-color: #B30120;
}
.BgClassName
{
background-color: #B30120;
}
</style>
border-color css
<style>
span { border-color: #B30120; }
span { border-color: rgb(179,1,32); }
td.TdClassName
{
border-color: #B30120;
}
.TagClassName
{
border-color: #B30120;
}
</style>