Shades of Venetian Red #B2111D
Tints of Venetian Red #B2111D
RGB
CMYK
RGB Variations
Color information
#B2111D (or 0xB2111D) is known color: Venetian Red. HEX triplet: B2, 11 and 1D. RGB value is (178,17,29). Sum of RGB (Red+Green+Blue) = 178+17+29=224 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.46% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 178 - color contains mainly: red. Hex color #B2111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2111D is #4DEEE2. Grayscale: #424242. Windows color (decimal): -5107427 or 1905074. OLE color: 1905074.
HSL color Cylindrical-coordinate representation of color #B2111D: hue angle of 355.53º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2111D is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 29 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.30 |
| HSL | 355.53º | 0.83% | 0.38% | - |
| HSV(B) | 355.53º | 0.9% | 0.7% | - |
| XYZ | 18.78 | 9.95 | 2.09 | - |
| YUV | 66.51 | 106.84 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 29 | 0 | 0.90 | 0.84 | 0.30 | 355.53 | 0.83 | 0.38 |
| Hex | B2 | 11 | 1D | 0 | 5A | 54 | 1E | 164 | 53 | 26 |
| Octal | 262 | 21 | 35 | 0 | 132 | 124 | 36 | 544 | 123 | 46 |
| Binary | 10110010 | 10001 | 11101 | 0 | 1011010 | 1010100 | 11110 | 101100100 | 1010011 | 100110 |
Color Harmonies of #B2111D
Complementary color
Monochromatic Colors of #B2111D
Black with #B2111D
Text Example
Text Example
White with #B2111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2111D; }
p { color: rgb(178,17,29); }
H1.HeaderClassName
{
color: #B2111D;
}
.AnyTagClassName
{
color: #B2111D;
}
</style>
background-color css
<style>
a { background-color: #B2111D; }
a { background-color: rgb(178,17,29); }
div.DivClassName
{
background-color: #B2111D;
}
.BgClassName
{
background-color: #B2111D;
}
</style>
border-color css
<style>
span { border-color: #B2111D; }
span { border-color: rgb(178,17,29); }
td.TdClassName
{
border-color: #B2111D;
}
.TagClassName
{
border-color: #B2111D;
}
</style>