Shades of Venetian Red #B2101F
Tints of Venetian Red #B2101F
RGB
CMYK
RGB Variations
Color information
#B2101F (or 0xB2101F) is known color: Venetian Red. HEX triplet: B2, 10 and 1F. RGB value is (178,16,31). Sum of RGB (Red+Green+Blue) = 178+16+31=225 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.11% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 178 - color contains mainly: red. Hex color #B2101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2101F is #4DEFE0. Grayscale: #424242. Windows color (decimal): -5107681 or 2035890. OLE color: 2035890.
HSL color Cylindrical-coordinate representation of color #B2101F: hue angle of 354.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2101F is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 31 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.30 |
| HSL | 354.44º | 0.84% | 0.38% | - |
| HSV(B) | 354.44º | 0.91% | 0.7% | - |
| XYZ | 18.79 | 9.93 | 2.22 | - |
| YUV | 66.15 | 108.17 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 31 | 0 | 0.91 | 0.83 | 0.30 | 354.44 | 0.84 | 0.38 |
| Hex | B2 | 10 | 1F | 0 | 5B | 53 | 1E | 162 | 54 | 26 |
| Octal | 262 | 20 | 37 | 0 | 133 | 123 | 36 | 542 | 124 | 46 |
| Binary | 10110010 | 10000 | 11111 | 0 | 1011011 | 1010011 | 11110 | 101100010 | 1010100 | 100110 |
Color Harmonies of #B2101F
Complementary color
Monochromatic Colors of #B2101F
Black with #B2101F
Text Example
Text Example
White with #B2101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2101F; }
p { color: rgb(178,16,31); }
H1.HeaderClassName
{
color: #B2101F;
}
.AnyTagClassName
{
color: #B2101F;
}
</style>
background-color css
<style>
a { background-color: #B2101F; }
a { background-color: rgb(178,16,31); }
div.DivClassName
{
background-color: #B2101F;
}
.BgClassName
{
background-color: #B2101F;
}
</style>
border-color css
<style>
span { border-color: #B2101F; }
span { border-color: rgb(178,16,31); }
td.TdClassName
{
border-color: #B2101F;
}
.TagClassName
{
border-color: #B2101F;
}
</style>