Shades of Venetian Red #B30122
Tints of Venetian Red #B30122
RGB
CMYK
RGB Variations
Color information
#B30122 (or 0xB30122) is known color: Venetian Red. HEX triplet: B3, 01 and 22. RGB value is (179,1,34). Sum of RGB (Red+Green+Blue) = 179+1+34=214 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.64% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 179 - color contains mainly: red. Hex color #B30122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30122 is #4CFEDD. Grayscale: #3A3A3A. Windows color (decimal): -5045982 or 2228659. OLE color: 2228659.
HSL color Cylindrical-coordinate representation of color #B30122: hue angle of 348.88º 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 #B30122 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 34 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.30 |
| HSL | 348.88º | 0.99% | 0.35% | - |
| HSV(B) | 348.88º | 0.99% | 0.7% | - |
| XYZ | 18.89 | 9.72 | 2.39 | - |
| YUV | 57.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 34 | 0 | 0.99 | 0.81 | 0.30 | 348.88 | 0.99 | 0.35 |
| Hex | B3 | 1 | 22 | 0 | 63 | 51 | 1E | 15D | 63 | 23 |
| Octal | 263 | 1 | 42 | 0 | 143 | 121 | 36 | 535 | 143 | 43 |
| Binary | 10110011 | 1 | 100010 | 0 | 1100011 | 1010001 | 11110 | 101011101 | 1100011 | 100011 |
Color Harmonies of #B30122
Complementary color
Monochromatic Colors of #B30122
Black with #B30122
Text Example
Text Example
White with #B30122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30122; }
p { color: rgb(179,1,34); }
H1.HeaderClassName
{
color: #B30122;
}
.AnyTagClassName
{
color: #B30122;
}
</style>
background-color css
<style>
a { background-color: #B30122; }
a { background-color: rgb(179,1,34); }
div.DivClassName
{
background-color: #B30122;
}
.BgClassName
{
background-color: #B30122;
}
</style>
border-color css
<style>
span { border-color: #B30122; }
span { border-color: rgb(179,1,34); }
td.TdClassName
{
border-color: #B30122;
}
.TagClassName
{
border-color: #B30122;
}
</style>