#B20126

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

Shades of Venetian Red #B20126

Tints of Venetian Red #B20126

Color information

#B20126 (or 0xB20126) is unknown color: approx Venetian Red. HEX triplet: B2, 01 and 26. RGB value is (178,1,38). Sum of RGB (Red+Green+Blue) = 178+1+38=217 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.03% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 178 - color contains mainly: red. Hex color #B20126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20126 is #4DFED9. Grayscale: #3A3A3A. Windows color (decimal): -5111514 or 2490802. OLE color: 2490802.

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

Color convert

RGB178138-
CMYK00.990.790.30
HSL347.46º98.88%35.1%-
HSV(B)347.46º99.44%69.8%-
XYZ18.729.632.71-
YUV58.14116.64213.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 82.03%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 38 (15.23% from 255) = 17.51%
R=82.03%
G=0.46%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813800.990.790.30347.4698.8835.1
HexB21260634F1E15b6323
Octal26214601431173653314343
Binary101100101100110011000111001111111101010110111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20126; }

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

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

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

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

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

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

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

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