Shades of Venetian Red #B3111D
Tints of Venetian Red #B3111D
RGB
CMYK
RGB Variations
Color information
#B3111D (or 0xB3111D) is known color: Venetian Red. HEX triplet: B3, 11 and 1D. RGB value is (179,17,29). Sum of RGB (Red+Green+Blue) = 179+17+29=225 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.56% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 179 - color contains mainly: red. Hex color #B3111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3111D is #4CEEE2. Grayscale: #424242. Windows color (decimal): -5041891 or 1905075. OLE color: 1905075.
HSL color Cylindrical-coordinate representation of color #B3111D: hue angle of 355.56º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3111D is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 29 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.30 |
| HSL | 355.56º | 0.83% | 0.38% | - |
| HSV(B) | 355.56º | 0.91% | 0.7% | - |
| XYZ | 19.01 | 10.07 | 2.1 | - |
| YUV | 66.81 | 106.67 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 29 | 0 | 0.91 | 0.84 | 0.30 | 355.56 | 0.83 | 0.38 |
| Hex | B3 | 11 | 1D | 0 | 5B | 54 | 1E | 164 | 53 | 26 |
| Octal | 263 | 21 | 35 | 0 | 133 | 124 | 36 | 544 | 123 | 46 |
| Binary | 10110011 | 10001 | 11101 | 0 | 1011011 | 1010100 | 11110 | 101100100 | 1010011 | 100110 |
Color Harmonies of #B3111D
Complementary color
Monochromatic Colors of #B3111D
Black with #B3111D
Text Example
Text Example
White with #B3111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3111D; }
p { color: rgb(179,17,29); }
H1.HeaderClassName
{
color: #B3111D;
}
.AnyTagClassName
{
color: #B3111D;
}
</style>
background-color css
<style>
a { background-color: #B3111D; }
a { background-color: rgb(179,17,29); }
div.DivClassName
{
background-color: #B3111D;
}
.BgClassName
{
background-color: #B3111D;
}
</style>
border-color css
<style>
span { border-color: #B3111D; }
span { border-color: rgb(179,17,29); }
td.TdClassName
{
border-color: #B3111D;
}
.TagClassName
{
border-color: #B3111D;
}
</style>