Shades of Venetian Red #B30211
Tints of Venetian Red #B30211
RGB
CMYK
RGB Variations
Color information
#B30211 (or 0xB30211) is known color: Venetian Red. HEX triplet: B3, 02 and 11. RGB value is (179,2,17). Sum of RGB (Red+Green+Blue) = 179+2+17=198 (26% of max value = 765). Red value is 179 (70.31% from 255 or 90.40% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 179 - color contains mainly: red. Hex color #B30211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30211 is #4CFDEE. Grayscale: #383838. Windows color (decimal): -5045743 or 1114803. OLE color: 1114803.
HSL color Cylindrical-coordinate representation of color #B30211: hue angle of 354.92º degrees, saturation: 0.98, 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 #B30211 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.30 |
| HSL | 354.92º | 0.98% | 0.35% | - |
| HSV(B) | 354.92º | 0.99% | 0.7% | - |
| XYZ | 18.71 | 9.67 | 1.41 | - |
| YUV | 56.63 | 105.64 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 17 | 0 | 0.99 | 0.91 | 0.30 | 354.92 | 0.98 | 0.35 |
| Hex | B3 | 2 | 11 | 0 | 63 | 5B | 1E | 163 | 62 | 23 |
| Octal | 263 | 2 | 21 | 0 | 143 | 133 | 36 | 543 | 142 | 43 |
| Binary | 10110011 | 10 | 10001 | 0 | 1100011 | 1011011 | 11110 | 101100011 | 1100010 | 100011 |
Color Harmonies of #B30211
Complementary color
Monochromatic Colors of #B30211
Black with #B30211
Text Example
Text Example
White with #B30211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30211; }
p { color: rgb(179,2,17); }
H1.HeaderClassName
{
color: #B30211;
}
.AnyTagClassName
{
color: #B30211;
}
</style>
background-color css
<style>
a { background-color: #B30211; }
a { background-color: rgb(179,2,17); }
div.DivClassName
{
background-color: #B30211;
}
.BgClassName
{
background-color: #B30211;
}
</style>
border-color css
<style>
span { border-color: #B30211; }
span { border-color: rgb(179,2,17); }
td.TdClassName
{
border-color: #B30211;
}
.TagClassName
{
border-color: #B30211;
}
</style>