#B20328

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

Shades of Venetian Red #B20328

Tints of Venetian Red #B20328

Color information

#B20328 (or 0xB20328) is unknown color: approx Venetian Red. HEX triplet: B2, 03 and 28. RGB value is (178,3,40). Sum of RGB (Red+Green+Blue) = 178+3+40=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B20328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20328 is #4DFCD7. Grayscale: #3B3B3B. Windows color (decimal): -5111000 or 2622386. OLE color: 2622386.

HSL color Cylindrical-coordinate representation of color #B20328: hue angle of 347.31º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20328 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB178340-
CMYK00.980.780.30
HSL347.31º96.69%35.49%-
HSV(B)347.31º98.31%69.8%-
XYZ18.789.682.89-
YUV59.54116.98212.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 80.54%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=80.54%
G=1.36%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17834000.980.780.30347.3196.6935.49
HexB23280624E1E15b6123
Octal26235001421163653314143
Binary1011001011101000011000101001110111101010110111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20328; }

 p { color: rgb(178,3,40); }

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

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

 a { background-color: rgb(178,3,40); }

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

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

 span { border-color: rgb(178,3,40); }

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