Shades of Venetian Red #B1151B
Tints of Venetian Red #B1151B
RGB
CMYK
RGB Variations
Color information
#B1151B (or 0xB1151B) is known color: Venetian Red. HEX triplet: B1, 15 and 1B. RGB value is (177,21,27). Sum of RGB (Red+Green+Blue) = 177+21+27=225 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.67% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 177 - color contains mainly: red. Hex color #B1151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1151B is #4EEAE4. Grayscale: #444444. Windows color (decimal): -5171941 or 1775025. OLE color: 1775025.
HSL color Cylindrical-coordinate representation of color #B1151B: hue angle of 357.69º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1151B is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 21 | 27 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.31 |
| HSL | 357.69º | 0.79% | 0.39% | - |
| HSV(B) | 357.69º | 0.88% | 0.69% | - |
| XYZ | 18.6 | 9.96 | 1.98 | - |
| YUV | 68.33 | 104.68 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 27 | 0 | 0.88 | 0.85 | 0.31 | 357.69 | 0.79 | 0.39 |
| Hex | B1 | 15 | 1B | 0 | 58 | 55 | 1F | 166 | 4F | 27 |
| Octal | 261 | 25 | 33 | 0 | 130 | 125 | 37 | 546 | 117 | 47 |
| Binary | 10110001 | 10101 | 11011 | 0 | 1011000 | 1010101 | 11111 | 101100110 | 1001111 | 100111 |
Color Harmonies of #B1151B
Complementary color
Monochromatic Colors of #B1151B
Black with #B1151B
Text Example
Text Example
White with #B1151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1151B; }
p { color: rgb(177,21,27); }
H1.HeaderClassName
{
color: #B1151B;
}
.AnyTagClassName
{
color: #B1151B;
}
</style>
background-color css
<style>
a { background-color: #B1151B; }
a { background-color: rgb(177,21,27); }
div.DivClassName
{
background-color: #B1151B;
}
.BgClassName
{
background-color: #B1151B;
}
</style>
border-color css
<style>
span { border-color: #B1151B; }
span { border-color: rgb(177,21,27); }
td.TdClassName
{
border-color: #B1151B;
}
.TagClassName
{
border-color: #B1151B;
}
</style>