#B20628

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

Shades of Venetian Red #B20628

Tints of Venetian Red #B20628

Color information

#B20628 (or 0xB20628) is unknown color: approx Venetian Red. HEX triplet: B2, 06 and 28. RGB value is (178,6,40). Sum of RGB (Red+Green+Blue) = 178+6+40=224 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.46% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 178 - color contains mainly: red. Hex color #B20628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20628 is #4DF9D7. Grayscale: #3D3D3D. Windows color (decimal): -5110232 or 2623154. OLE color: 2623154.

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

Color convert

RGB178640-
CMYK00.970.780.30
HSL348.14º93.48%36.08%-
HSV(B)348.14º96.63%69.8%-
XYZ18.819.752.9-
YUV61.3115.98211.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 79.46%
GREEN value IS 6 (2.73% from 255) = 2.68%
BLUE value IS 40 (16.02% from 255) = 17.86%
R=79.46%
G=2.68%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17864000.970.780.30348.1493.4836.08
HexB26280614E1E15c5d24
Octal26265001411163653413544
Binary10110010110101000011000011001110111101010111001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20628; }

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

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

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

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

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

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

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

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