#B9080B

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

Shades of Venetian Red #B9080B

Tints of Venetian Red #B9080B

Color information

#B9080B (or 0xB9080B) is unknown color: approx Venetian Red. HEX triplet: B9, 08 and 0B. RGB value is (185,8,11). Sum of RGB (Red+Green+Blue) = 185+8+11=204 (27% of max value = 765). Red value is 185 (72.66% from 255 or 90.69% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 185 - color contains mainly: red. Hex color #B9080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9080B is #46F7F4. Grayscale: #3D3D3D. Windows color (decimal): -4650997 or 723129. OLE color: 723129.

HSL color Cylindrical-coordinate representation of color #B9080B: hue angle of 358.98º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9080B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB185811-
CMYK00.960.940.27
HSL358.98º91.71%37.84%-
HSV(B)358.98º95.68%72.55%-
XYZ20.1510.511.28-
YUV61.2699.64216.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 90.69%
GREEN value IS 8 (3.52% from 255) = 3.92%
BLUE value IS 11 (4.69% from 255) = 5.39%
R=90.69%
G=3.92%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18581100.960.940.27358.9891.7137.84
HexB98B0605E1B1675c26
Octal271101301401363354713446
Binary1011100110001011011000001011110110111011001111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9080B; }

 p { color: rgb(185,8,11); }

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

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

 a { background-color: rgb(185,8,11); }

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

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

 span { border-color: rgb(185,8,11); }

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