Shades of Venetian Red #B1121C
Tints of Venetian Red #B1121C
RGB
CMYK
RGB Variations
Color information
#B1121C (or 0xB1121C) is known color: Venetian Red. HEX triplet: B1, 12 and 1C. RGB value is (177,18,28). Sum of RGB (Red+Green+Blue) = 177+18+28=223 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.37% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 177 - color contains mainly: red. Hex color #B1121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1121C is #4EEDE3. Grayscale: #424242. Windows color (decimal): -5172708 or 1839793. OLE color: 1839793.
HSL color Cylindrical-coordinate representation of color #B1121C: hue angle of 356.23º 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 #B1121C is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 28 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.31 |
| HSL | 356.23º | 0.82% | 0.38% | - |
| HSV(B) | 356.23º | 0.9% | 0.69% | - |
| XYZ | 18.56 | 9.86 | 2.02 | - |
| YUV | 66.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 28 | 0 | 0.90 | 0.84 | 0.31 | 356.23 | 0.82 | 0.38 |
| Hex | B1 | 12 | 1C | 0 | 5A | 54 | 1F | 164 | 52 | 26 |
| Octal | 261 | 22 | 34 | 0 | 132 | 124 | 37 | 544 | 122 | 46 |
| Binary | 10110001 | 10010 | 11100 | 0 | 1011010 | 1010100 | 11111 | 101100100 | 1010010 | 100110 |
Color Harmonies of #B1121C
Complementary color
Monochromatic Colors of #B1121C
Black with #B1121C
Text Example
Text Example
White with #B1121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1121C; }
p { color: rgb(177,18,28); }
H1.HeaderClassName
{
color: #B1121C;
}
.AnyTagClassName
{
color: #B1121C;
}
</style>
background-color css
<style>
a { background-color: #B1121C; }
a { background-color: rgb(177,18,28); }
div.DivClassName
{
background-color: #B1121C;
}
.BgClassName
{
background-color: #B1121C;
}
</style>
border-color css
<style>
span { border-color: #B1121C; }
span { border-color: rgb(177,18,28); }
td.TdClassName
{
border-color: #B1121C;
}
.TagClassName
{
border-color: #B1121C;
}
</style>