Shades of Venetian Red #B1141C
Tints of Venetian Red #B1141C
RGB
CMYK
RGB Variations
Color information
#B1141C (or 0xB1141C) is known color: Venetian Red. HEX triplet: B1, 14 and 1C. RGB value is (177,20,28). Sum of RGB (Red+Green+Blue) = 177+20+28=225 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.67% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 177 - color contains mainly: red. Hex color #B1141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1141C is #4EEBE3. Grayscale: #434343. Windows color (decimal): -5172196 or 1840305. OLE color: 1840305.
HSL color Cylindrical-coordinate representation of color #B1141C: hue angle of 356.94º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1141C is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 20 | 28 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.31 |
| HSL | 356.94º | 0.8% | 0.39% | - |
| HSV(B) | 356.94º | 0.89% | 0.69% | - |
| XYZ | 18.59 | 9.93 | 2.04 | - |
| YUV | 67.86 | 105.51 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 28 | 0 | 0.89 | 0.84 | 0.31 | 356.94 | 0.8 | 0.39 |
| Hex | B1 | 14 | 1C | 0 | 59 | 54 | 1F | 165 | 50 | 27 |
| Octal | 261 | 24 | 34 | 0 | 131 | 124 | 37 | 545 | 120 | 47 |
| Binary | 10110001 | 10100 | 11100 | 0 | 1011001 | 1010100 | 11111 | 101100101 | 1010000 | 100111 |
Color Harmonies of #B1141C
Complementary color
Monochromatic Colors of #B1141C
Black with #B1141C
Text Example
Text Example
White with #B1141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1141C; }
p { color: rgb(177,20,28); }
H1.HeaderClassName
{
color: #B1141C;
}
.AnyTagClassName
{
color: #B1141C;
}
</style>
background-color css
<style>
a { background-color: #B1141C; }
a { background-color: rgb(177,20,28); }
div.DivClassName
{
background-color: #B1141C;
}
.BgClassName
{
background-color: #B1141C;
}
</style>
border-color css
<style>
span { border-color: #B1141C; }
span { border-color: rgb(177,20,28); }
td.TdClassName
{
border-color: #B1141C;
}
.TagClassName
{
border-color: #B1141C;
}
</style>