Shades of Venetian Red #B8161B
Tints of Venetian Red #B8161B
RGB
CMYK
RGB Variations
Color information
#B8161B (or 0xB8161B) is known color: Venetian Red. HEX triplet: B8, 16 and 1B. RGB value is (184,22,27). Sum of RGB (Red+Green+Blue) = 184+22+27=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B8161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8161B is #47E9E4. Grayscale: #474747. Windows color (decimal): -4712933 or 1775288. OLE color: 1775288.
HSL color Cylindrical-coordinate representation of color #B8161B: hue angle of 358.15º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8161B is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 27 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.28 |
| HSL | 358.15º | 0.79% | 0.4% | - |
| HSV(B) | 358.15º | 0.88% | 0.72% | - |
| XYZ | 20.25 | 10.84 | 2.06 | - |
| YUV | 71.01 | 103.17 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 27 | 0 | 0.88 | 0.85 | 0.28 | 358.15 | 0.79 | 0.4 |
| Hex | B8 | 16 | 1B | 0 | 58 | 55 | 1C | 166 | 4F | 28 |
| Octal | 270 | 26 | 33 | 0 | 130 | 125 | 34 | 546 | 117 | 50 |
| Binary | 10111000 | 10110 | 11011 | 0 | 1011000 | 1010101 | 11100 | 101100110 | 1001111 | 101000 |
Color Harmonies of #B8161B
Complementary color
Monochromatic Colors of #B8161B
Black with #B8161B
Text Example
Text Example
White with #B8161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8161B; }
p { color: rgb(184,22,27); }
H1.HeaderClassName
{
color: #B8161B;
}
.AnyTagClassName
{
color: #B8161B;
}
</style>
background-color css
<style>
a { background-color: #B8161B; }
a { background-color: rgb(184,22,27); }
div.DivClassName
{
background-color: #B8161B;
}
.BgClassName
{
background-color: #B8161B;
}
</style>
border-color css
<style>
span { border-color: #B8161B; }
span { border-color: rgb(184,22,27); }
td.TdClassName
{
border-color: #B8161B;
}
.TagClassName
{
border-color: #B8161B;
}
</style>