#B11220

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

Shades of Venetian Red #B11220

Tints of Venetian Red #B11220

Color information

#B11220 (or 0xB11220) is unknown color: approx Venetian Red. HEX triplet: B1, 12 and 20. RGB value is (177,18,32). Sum of RGB (Red+Green+Blue) = 177+18+32=227 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.97% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 177 - color contains mainly: red. Hex color #B11220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11220 is #4EEDDF. Grayscale: #434343. Windows color (decimal): -5172704 or 2101937. OLE color: 2101937.

HSL color Cylindrical-coordinate representation of color #B11220: hue angle of 354.72º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11220 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB1771832-
CMYK00.900.820.31
HSL354.72º81.54%38.24%-
HSV(B)354.72º89.83%69.41%-
XYZ18.619.882.29-
YUV67.14108.18206.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 77.97%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 32 (12.89% from 255) = 14.10%
R=77.97%
G=7.93%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177183200.900.820.31354.7281.5438.24
HexB1122005A521F1635226
Octal261224001321223754312246
Binary1011000110010100000010110101010010111111011000111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11220; }

 p { color: rgb(177,18,32); }

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

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

 a { background-color: rgb(177,18,32); }

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

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

 span { border-color: rgb(177,18,32); }

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