#B20625

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

Shades of Venetian Red #B20625

Tints of Venetian Red #B20625

Color information

#B20625 (or 0xB20625) is unknown color: approx Venetian Red. HEX triplet: B2, 06 and 25. RGB value is (178,6,37). Sum of RGB (Red+Green+Blue) = 178+6+37=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B20625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20625 is #4DF9DA. Grayscale: #3D3D3D. Windows color (decimal): -5110235 or 2426546. OLE color: 2426546.

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

Color convert

RGB178637-
CMYK00.970.790.30
HSL349.19º93.48%36.08%-
HSV(B)349.19º96.63%69.8%-
XYZ18.769.732.64-
YUV60.96114.48211.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 80.54%
GREEN value IS 6 (2.73% from 255) = 2.71%
BLUE value IS 37 (14.84% from 255) = 16.74%
R=80.54%
G=2.71%
B=16.74%

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
Decimal17863700.970.790.30349.1993.4836.08
HexB26250614F1E15d5d24
Octal26264501411173653513544
Binary10110010110100101011000011001111111101010111011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20625; }

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

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

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

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

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

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

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

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