#B9161B

Color #B9161B Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B9161B

Tints of Venetian Red #B9161B

Color information

#B9161B (or 0xB9161B) is unknown color: approx Venetian Red. HEX triplet: B9, 16 and 1B. RGB value is (185,22,27). Sum of RGB (Red+Green+Blue) = 185+22+27=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B9161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9161B is #46E9E4. Grayscale: #474747. Windows color (decimal): -4647397 or 1775289. OLE color: 1775289.

HSL color Cylindrical-coordinate representation of color #B9161B: hue angle of 358.16º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9161B is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB1852227-
CMYK00.880.850.27
HSL358.16º78.74%40.59%-
HSV(B)358.16º88.11%72.55%-
XYZ20.4910.972.07-
YUV71.31103209.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 79.06%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 27 (10.94% from 255) = 11.54%
R=79.06%
G=9.40%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185222700.880.850.27358.1678.7440.59
HexB9161B058551B1664f29
Octal271263301301253354611751
Binary101110011011011011010110001010101110111011001101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9161B; }

 p { color: rgb(185,22,27); }

 H1.HeaderClassName
 {
   color: #B9161B;
 }
 .AnyTagClassName
 {
   color: #B9161B;
 }
</style>
background-color css

<style>
 a { background-color: #B9161B; }

 a { background-color: rgb(185,22,27); }

 div.DivClassName
 {
   background-color: #B9161B;
 }
 .BgClassName
 {
   background-color: #B9161B;
 }
</style>
border-color css

<style>
 span { border-color: #B9161B; }

 span { border-color: rgb(185,22,27); }

 td.TdClassName
 {
   border-color: #B9161B;
 }
 .TagClassName
 {
   border-color: #B9161B;
 }
</style>