Shades of Venetian Red #B1121D
Tints of Venetian Red #B1121D
RGB
CMYK
RGB Variations
Color information
#B1121D (or 0xB1121D) is known color: Venetian Red. HEX triplet: B1, 12 and 1D. RGB value is (177,18,29). Sum of RGB (Red+Green+Blue) = 177+18+29=224 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.02% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 177 - color contains mainly: red. Hex color #B1121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1121D is #4EEDE2. Grayscale: #424242. Windows color (decimal): -5172707 or 1905329. OLE color: 1905329.
HSL color Cylindrical-coordinate representation of color #B1121D: hue angle of 355.85º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1121D is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 29 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.31 |
| HSL | 355.85º | 0.82% | 0.38% | - |
| HSV(B) | 355.85º | 0.9% | 0.69% | - |
| XYZ | 18.57 | 9.87 | 2.09 | - |
| YUV | 66.8 | 106.68 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 29 | 0 | 0.90 | 0.84 | 0.31 | 355.85 | 0.82 | 0.38 |
| Hex | B1 | 12 | 1D | 0 | 5A | 54 | 1F | 164 | 52 | 26 |
| Octal | 261 | 22 | 35 | 0 | 132 | 124 | 37 | 544 | 122 | 46 |
| Binary | 10110001 | 10010 | 11101 | 0 | 1011010 | 1010100 | 11111 | 101100100 | 1010010 | 100110 |
Color Harmonies of #B1121D
Complementary color
Monochromatic Colors of #B1121D
Black with #B1121D
Text Example
Text Example
White with #B1121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1121D; }
p { color: rgb(177,18,29); }
H1.HeaderClassName
{
color: #B1121D;
}
.AnyTagClassName
{
color: #B1121D;
}
</style>
background-color css
<style>
a { background-color: #B1121D; }
a { background-color: rgb(177,18,29); }
div.DivClassName
{
background-color: #B1121D;
}
.BgClassName
{
background-color: #B1121D;
}
</style>
border-color css
<style>
span { border-color: #B1121D; }
span { border-color: rgb(177,18,29); }
td.TdClassName
{
border-color: #B1121D;
}
.TagClassName
{
border-color: #B1121D;
}
</style>