#B20422

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

Shades of Venetian Red #B20422

Tints of Venetian Red #B20422

Color information

#B20422 (or 0xB20422) is unknown color: approx Venetian Red. HEX triplet: B2, 04 and 22. RGB value is (178,4,34). Sum of RGB (Red+Green+Blue) = 178+4+34=216 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.41% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 178 - color contains mainly: red. Hex color #B20422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20422 is #4DFBDD. Grayscale: #3B3B3B. Windows color (decimal): -5110750 or 2229426. OLE color: 2229426.

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

Color convert

RGB178434-
CMYK00.980.810.30
HSL349.66º95.6%35.69%-
HSV(B)349.66º97.75%69.8%-
XYZ18.699.672.39-
YUV59.45113.65212.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 82.41%
GREEN value IS 4 (1.95% from 255) = 1.85%
BLUE value IS 34 (13.67% from 255) = 15.74%
R=82.41%
G=1.85%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17843400.980.810.30349.6695.635.69
HexB2422062511E15e6024
Octal26244201421213653614044
Binary10110010100100010011000101010001111101010111101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20422; }

 p { color: rgb(178,4,34); }

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

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

 a { background-color: rgb(178,4,34); }

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

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

 span { border-color: rgb(178,4,34); }

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