Shades of Venetian Red #B2191A
Tints of Venetian Red #B2191A
RGB
CMYK
RGB Variations
Color information
#B2191A (or 0xB2191A) is known color: Venetian Red. HEX triplet: B2, 19 and 1A. RGB value is (178,25,26). Sum of RGB (Red+Green+Blue) = 178+25+26=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B2191A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2191A is #4DE6E5. Grayscale: #474747. Windows color (decimal): -5105382 or 1710514. OLE color: 1710514.
HSL color Cylindrical-coordinate representation of color #B2191A: hue angle of 359.61º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2191A is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 26 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.30 |
| HSL | 359.61º | 0.75% | 0.4% | - |
| HSV(B) | 359.61º | 0.86% | 0.7% | - |
| XYZ | 18.89 | 10.23 | 1.96 | - |
| YUV | 70.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 26 | 0 | 0.86 | 0.85 | 0.30 | 359.61 | 0.75 | 0.4 |
| Hex | B2 | 19 | 1A | 0 | 56 | 55 | 1E | 168 | 4B | 28 |
| Octal | 262 | 31 | 32 | 0 | 126 | 125 | 36 | 550 | 113 | 50 |
| Binary | 10110010 | 11001 | 11010 | 0 | 1010110 | 1010101 | 11110 | 101101000 | 1001011 | 101000 |
Color Harmonies of #B2191A
Complementary color
Monochromatic Colors of #B2191A
Black with #B2191A
Text Example
Text Example
White with #B2191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2191A; }
p { color: rgb(178,25,26); }
H1.HeaderClassName
{
color: #B2191A;
}
.AnyTagClassName
{
color: #B2191A;
}
</style>
background-color css
<style>
a { background-color: #B2191A; }
a { background-color: rgb(178,25,26); }
div.DivClassName
{
background-color: #B2191A;
}
.BgClassName
{
background-color: #B2191A;
}
</style>
border-color css
<style>
span { border-color: #B2191A; }
span { border-color: rgb(178,25,26); }
td.TdClassName
{
border-color: #B2191A;
}
.TagClassName
{
border-color: #B2191A;
}
</style>