#B9080A

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

Shades of Venetian Red #B9080A

Tints of Venetian Red #B9080A

Color information

#B9080A (or 0xB9080A) is unknown color: approx Venetian Red. HEX triplet: B9, 08 and 0A. RGB value is (185,8,10). Sum of RGB (Red+Green+Blue) = 185+8+10=203 (26% of max value = 765). Red value is 185 (72.66% from 255 or 91.13% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 185 - color contains mainly: red. Hex color #B9080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9080A is #46F7F5. Grayscale: #3D3D3D. Windows color (decimal): -4650998 or 657593. OLE color: 657593.

HSL color Cylindrical-coordinate representation of color #B9080A: hue angle of 359.32º 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 #B9080A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB185810-
CMYK00.960.950.27
HSL359.32º91.71%37.84%-
HSV(B)359.32º95.68%72.55%-
XYZ20.1510.511.25-
YUV61.1599.14216.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 91.13%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 10 (4.30% from 255) = 4.93%
R=91.13%
G=3.94%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18581000.960.950.27359.3291.7137.84
HexB98A0605F1B1675c26
Octal271101201401373354713446
Binary1011100110001010011000001011111110111011001111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9080A; }

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

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

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

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

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

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

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

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