Shades of Venetian Red #B1131D
Tints of Venetian Red #B1131D
RGB
CMYK
RGB Variations
Color information
#B1131D (or 0xB1131D) is known color: Venetian Red. HEX triplet: B1, 13 and 1D. RGB value is (177,19,29). Sum of RGB (Red+Green+Blue) = 177+19+29=225 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.67% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 177 - color contains mainly: red. Hex color #B1131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1131D is #4EECE2. Grayscale: #434343. Windows color (decimal): -5172451 or 1905585. OLE color: 1905585.
HSL color Cylindrical-coordinate representation of color #B1131D: hue angle of 356.2º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1131D is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 29 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.31 |
| HSL | 356.2º | 0.81% | 0.38% | - |
| HSV(B) | 356.2º | 0.89% | 0.69% | - |
| XYZ | 18.59 | 9.9 | 2.09 | - |
| YUV | 67.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 29 | 0 | 0.89 | 0.84 | 0.31 | 356.2 | 0.81 | 0.38 |
| Hex | B1 | 13 | 1D | 0 | 59 | 54 | 1F | 164 | 51 | 26 |
| Octal | 261 | 23 | 35 | 0 | 131 | 124 | 37 | 544 | 121 | 46 |
| Binary | 10110001 | 10011 | 11101 | 0 | 1011001 | 1010100 | 11111 | 101100100 | 1010001 | 100110 |
Color Harmonies of #B1131D
Complementary color
Monochromatic Colors of #B1131D
Black with #B1131D
Text Example
Text Example
White with #B1131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1131D; }
p { color: rgb(177,19,29); }
H1.HeaderClassName
{
color: #B1131D;
}
.AnyTagClassName
{
color: #B1131D;
}
</style>
background-color css
<style>
a { background-color: #B1131D; }
a { background-color: rgb(177,19,29); }
div.DivClassName
{
background-color: #B1131D;
}
.BgClassName
{
background-color: #B1131D;
}
</style>
border-color css
<style>
span { border-color: #B1131D; }
span { border-color: rgb(177,19,29); }
td.TdClassName
{
border-color: #B1131D;
}
.TagClassName
{
border-color: #B1131D;
}
</style>