Shades of Venetian Red #B1121F
Tints of Venetian Red #B1121F
RGB
CMYK
RGB Variations
Color information
#B1121F (or 0xB1121F) is known color: Venetian Red. HEX triplet: B1, 12 and 1F. RGB value is (177,18,31). Sum of RGB (Red+Green+Blue) = 177+18+31=226 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.32% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 177 - color contains mainly: red. Hex color #B1121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1121F is #4EEDE0. Grayscale: #434343. Windows color (decimal): -5172705 or 2036401. OLE color: 2036401.
HSL color Cylindrical-coordinate representation of color #B1121F: hue angle of 355.09º 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 #B1121F is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 31 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.31 |
| HSL | 355.09º | 0.82% | 0.38% | - |
| HSV(B) | 355.09º | 0.9% | 0.69% | - |
| XYZ | 18.6 | 9.88 | 2.22 | - |
| YUV | 67.02 | 107.68 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 31 | 0 | 0.90 | 0.82 | 0.31 | 355.09 | 0.82 | 0.38 |
| Hex | B1 | 12 | 1F | 0 | 5A | 52 | 1F | 163 | 52 | 26 |
| Octal | 261 | 22 | 37 | 0 | 132 | 122 | 37 | 543 | 122 | 46 |
| Binary | 10110001 | 10010 | 11111 | 0 | 1011010 | 1010010 | 11111 | 101100011 | 1010010 | 100110 |
Color Harmonies of #B1121F
Complementary color
Monochromatic Colors of #B1121F
Black with #B1121F
Text Example
Text Example
White with #B1121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1121F; }
p { color: rgb(177,18,31); }
H1.HeaderClassName
{
color: #B1121F;
}
.AnyTagClassName
{
color: #B1121F;
}
</style>
background-color css
<style>
a { background-color: #B1121F; }
a { background-color: rgb(177,18,31); }
div.DivClassName
{
background-color: #B1121F;
}
.BgClassName
{
background-color: #B1121F;
}
</style>
border-color css
<style>
span { border-color: #B1121F; }
span { border-color: rgb(177,18,31); }
td.TdClassName
{
border-color: #B1121F;
}
.TagClassName
{
border-color: #B1121F;
}
</style>