#B20B19

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

Shades of Venetian Red #B20B19

Tints of Venetian Red #B20B19

Color information

#B20B19 (or 0xB20B19) is unknown color: approx Venetian Red. HEX triplet: B2, 0B and 19. RGB value is (178,11,25). Sum of RGB (Red+Green+Blue) = 178+11+25=214 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.18% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20B19 is #4DF4E6. Grayscale: #3E3E3E. Windows color (decimal): -5108967 or 1641394. OLE color: 1641394.

HSL color Cylindrical-coordinate representation of color #B20B19: hue angle of 354.97º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20B19 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB1781125-
CMYK00.940.860.30
HSL354.97º88.36%37.06%-
HSV(B)354.97º93.82%69.8%-
XYZ18.669.771.82-
YUV62.53106.83210.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 83.18%
GREEN value IS 11 (4.69% from 255) = 5.14%
BLUE value IS 25 (10.16% from 255) = 11.68%
R=83.18%
G=5.14%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178112500.940.860.30354.9788.3637.06
HexB2B1905E561E1635825
Octal262133101361263654313045
Binary10110010101111001010111101010110111101011000111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20B19; }

 p { color: rgb(178,11,25); }

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

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

 a { background-color: rgb(178,11,25); }

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

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

 span { border-color: rgb(178,11,25); }

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