#B20722

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

Shades of Venetian Red #B20722

Tints of Venetian Red #B20722

Color information

#B20722 (or 0xB20722) is unknown color: approx Venetian Red. HEX triplet: B2, 07 and 22. RGB value is (178,7,34). Sum of RGB (Red+Green+Blue) = 178+7+34=219 (29% of max value = 765). Red value is 178 (69.92% from 255 or 81.28% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 178 - color contains mainly: red. Hex color #B20722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20722 is #4DF8DD. Grayscale: #3D3D3D. Windows color (decimal): -5109982 or 2230194. OLE color: 2230194.

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

Color convert

RGB178734-
CMYK00.960.810.30
HSL350.53º92.43%36.27%-
HSV(B)350.53º96.07%69.8%-
XYZ18.729.732.41-
YUV61.21112.65211.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 81.28%
GREEN value IS 7 (3.12% from 255) = 3.20%
BLUE value IS 34 (13.67% from 255) = 15.53%
R=81.28%
G=3.20%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17873400.960.810.30350.5392.4336.27
HexB2722060511E15f5c24
Octal26274201401213653713444
Binary10110010111100010011000001010001111101010111111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20722; }

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

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

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

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

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

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

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

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