Shades of Venetian Red #B2091F
Tints of Venetian Red #B2091F
RGB
CMYK
RGB Variations
Color information
#B2091F (or 0xB2091F) is known color: Venetian Red. HEX triplet: B2, 09 and 1F. RGB value is (178,9,31). Sum of RGB (Red+Green+Blue) = 178+9+31=218 (28% of max value = 765). Red value is 178 (69.92% from 255 or 81.65% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 178 - color contains mainly: red. Hex color #B2091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2091F is #4DF6E0. Grayscale: #3E3E3E. Windows color (decimal): -5109473 or 2034098. OLE color: 2034098.
HSL color Cylindrical-coordinate representation of color #B2091F: hue angle of 352.19º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2091F is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 31 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.30 |
| HSL | 352.19º | 0.9% | 0.37% | - |
| HSV(B) | 352.19º | 0.95% | 0.7% | - |
| XYZ | 18.71 | 9.76 | 2.19 | - |
| YUV | 62.04 | 110.49 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 31 | 0 | 0.95 | 0.83 | 0.30 | 352.19 | 0.9 | 0.37 |
| Hex | B2 | 9 | 1F | 0 | 5F | 53 | 1E | 160 | 5A | 25 |
| Octal | 262 | 11 | 37 | 0 | 137 | 123 | 36 | 540 | 132 | 45 |
| Binary | 10110010 | 1001 | 11111 | 0 | 1011111 | 1010011 | 11110 | 101100000 | 1011010 | 100101 |
Color Harmonies of #B2091F
Complementary color
Monochromatic Colors of #B2091F
Black with #B2091F
Text Example
Text Example
White with #B2091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2091F; }
p { color: rgb(178,9,31); }
H1.HeaderClassName
{
color: #B2091F;
}
.AnyTagClassName
{
color: #B2091F;
}
</style>
background-color css
<style>
a { background-color: #B2091F; }
a { background-color: rgb(178,9,31); }
div.DivClassName
{
background-color: #B2091F;
}
.BgClassName
{
background-color: #B2091F;
}
</style>
border-color css
<style>
span { border-color: #B2091F; }
span { border-color: rgb(178,9,31); }
td.TdClassName
{
border-color: #B2091F;
}
.TagClassName
{
border-color: #B2091F;
}
</style>