Shades of Venetian Red #B30C22
Tints of Venetian Red #B30C22
RGB
CMYK
RGB Variations
Color information
#B30C22 (or 0xB30C22) is known color: Venetian Red. HEX triplet: B3, 0C and 22. RGB value is (179,12,34). Sum of RGB (Red+Green+Blue) = 179+12+34=225 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.56% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C22 is #4CF3DD. Grayscale: #404040. Windows color (decimal): -5043166 or 2231475. OLE color: 2231475.
HSL color Cylindrical-coordinate representation of color #B30C22: hue angle of 352.1º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30C22 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 34 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.30 |
| HSL | 352.1º | 0.87% | 0.37% | - |
| HSV(B) | 352.1º | 0.93% | 0.7% | - |
| XYZ | 19.01 | 9.96 | 2.43 | - |
| YUV | 64.44 | 110.83 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 34 | 0 | 0.93 | 0.81 | 0.30 | 352.1 | 0.87 | 0.37 |
| Hex | B3 | C | 22 | 0 | 5D | 51 | 1E | 160 | 57 | 25 |
| Octal | 263 | 14 | 42 | 0 | 135 | 121 | 36 | 540 | 127 | 45 |
| Binary | 10110011 | 1100 | 100010 | 0 | 1011101 | 1010001 | 11110 | 101100000 | 1010111 | 100101 |
Color Harmonies of #B30C22
Complementary color
Monochromatic Colors of #B30C22
Black with #B30C22
Text Example
Text Example
White with #B30C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C22; }
p { color: rgb(179,12,34); }
H1.HeaderClassName
{
color: #B30C22;
}
.AnyTagClassName
{
color: #B30C22;
}
</style>
background-color css
<style>
a { background-color: #B30C22; }
a { background-color: rgb(179,12,34); }
div.DivClassName
{
background-color: #B30C22;
}
.BgClassName
{
background-color: #B30C22;
}
</style>
border-color css
<style>
span { border-color: #B30C22; }
span { border-color: rgb(179,12,34); }
td.TdClassName
{
border-color: #B30C22;
}
.TagClassName
{
border-color: #B30C22;
}
</style>