#B20B22

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

Shades of Venetian Red #B20B22

Tints of Venetian Red #B20B22

Color information

#B20B22 (or 0xB20B22) is unknown color: approx Venetian Red. HEX triplet: B2, 0B and 22. RGB value is (178,11,34). Sum of RGB (Red+Green+Blue) = 178+11+34=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20B22 is #4DF4DD. Grayscale: #3F3F3F. Windows color (decimal): -5108958 or 2231218. OLE color: 2231218.

HSL color Cylindrical-coordinate representation of color #B20B22: hue angle of 351.74º 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 #B20B22 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1781134-
CMYK00.940.810.30
HSL351.74º88.36%37.06%-
HSV(B)351.74º93.82%69.8%-
XYZ18.779.822.42-
YUV63.56111.33209.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 79.82%
GREEN value IS 11 (4.69% from 255) = 4.93%
BLUE value IS 34 (13.67% from 255) = 15.25%
R=79.82%
G=4.93%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178113400.940.810.30351.7488.3637.06
HexB2B2205E511E1605825
Octal262134201361213654013045
Binary101100101011100010010111101010001111101011000001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20B22; }

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

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

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

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

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

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

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

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