#B20526

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

Shades of Venetian Red #B20526

Tints of Venetian Red #B20526

Color information

#B20526 (or 0xB20526) is unknown color: approx Venetian Red. HEX triplet: B2, 05 and 26. RGB value is (178,5,38). Sum of RGB (Red+Green+Blue) = 178+5+38=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B20526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20526 is #4DFAD9. Grayscale: #3C3C3C. Windows color (decimal): -5110490 or 2491826. OLE color: 2491826.

HSL color Cylindrical-coordinate representation of color #B20526: hue angle of 348.55º degrees, saturation: 0.95, 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 #B20526 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB178538-
CMYK00.970.790.30
HSL348.55º94.54%35.88%-
HSV(B)348.55º97.19%69.8%-
XYZ18.769.712.72-
YUV60.49115.31211.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 80.54%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 38 (15.23% from 255) = 17.19%
R=80.54%
G=2.26%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17853800.970.790.30348.5594.5435.88
HexB25260614F1E15d5f24
Octal26254601411173653513744
Binary10110010101100110011000011001111111101010111011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20526; }

 p { color: rgb(178,5,38); }

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

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

 a { background-color: rgb(178,5,38); }

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

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

 span { border-color: rgb(178,5,38); }

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