Shades of Venetian Red #B1071B
Tints of Venetian Red #B1071B
RGB
CMYK
RGB Variations
Color information
#B1071B (or 0xB1071B) is known color: Venetian Red. HEX triplet: B1, 07 and 1B. RGB value is (177,7,27). Sum of RGB (Red+Green+Blue) = 177+7+27=211 (27% of max value = 765). Red value is 177 (69.53% from 255 or 83.89% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 177 - color contains mainly: red. Hex color #B1071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1071B is #4EF8E4. Grayscale: #3C3C3C. Windows color (decimal): -5175525 or 1771441. OLE color: 1771441.
HSL color Cylindrical-coordinate representation of color #B1071B: hue angle of 352.94º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1071B is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 7 | 27 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.31 |
| HSL | 352.94º | 0.92% | 0.36% | - |
| HSV(B) | 352.94º | 0.96% | 0.69% | - |
| XYZ | 18.41 | 9.58 | 1.92 | - |
| YUV | 60.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 27 | 0 | 0.96 | 0.85 | 0.31 | 352.94 | 0.92 | 0.36 |
| Hex | B1 | 7 | 1B | 0 | 60 | 55 | 1F | 161 | 5C | 24 |
| Octal | 261 | 7 | 33 | 0 | 140 | 125 | 37 | 541 | 134 | 44 |
| Binary | 10110001 | 111 | 11011 | 0 | 1100000 | 1010101 | 11111 | 101100001 | 1011100 | 100100 |
Color Harmonies of #B1071B
Complementary color
Monochromatic Colors of #B1071B
Black with #B1071B
Text Example
Text Example
White with #B1071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1071B; }
p { color: rgb(177,7,27); }
H1.HeaderClassName
{
color: #B1071B;
}
.AnyTagClassName
{
color: #B1071B;
}
</style>
background-color css
<style>
a { background-color: #B1071B; }
a { background-color: rgb(177,7,27); }
div.DivClassName
{
background-color: #B1071B;
}
.BgClassName
{
background-color: #B1071B;
}
</style>
border-color css
<style>
span { border-color: #B1071B; }
span { border-color: rgb(177,7,27); }
td.TdClassName
{
border-color: #B1071B;
}
.TagClassName
{
border-color: #B1071B;
}
</style>