#B11221

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

Shades of Venetian Red #B11221

Tints of Venetian Red #B11221

Color information

#B11221 (or 0xB11221) is unknown color: approx Venetian Red. HEX triplet: B1, 12 and 21. RGB value is (177,18,33). Sum of RGB (Red+Green+Blue) = 177+18+33=228 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.63% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 177 - color contains mainly: red. Hex color #B11221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11221 is #4EEDDE. Grayscale: #434343. Windows color (decimal): -5172703 or 2167473. OLE color: 2167473.

HSL color Cylindrical-coordinate representation of color #B11221: hue angle of 354.34º 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 #B11221 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1771833-
CMYK00.900.810.31
HSL354.34º81.54%38.24%-
HSV(B)354.34º89.83%69.41%-
XYZ18.629.892.37-
YUV67.25108.68206.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 77.63%
GREEN value IS 18 (7.42% from 255) = 7.89%
BLUE value IS 33 (13.28% from 255) = 14.47%
R=77.63%
G=7.89%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177183300.900.810.31354.3481.5438.24
HexB1122105A511F1625226
Octal261224101321213754212246
Binary1011000110010100001010110101010001111111011000101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11221; }

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

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

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

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

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

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

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

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