#B11118

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

Shades of Venetian Red #B11118

Tints of Venetian Red #B11118

Color information

#B11118 (or 0xB11118) is unknown color: approx Venetian Red. HEX triplet: B1, 11 and 18. RGB value is (177,17,24). Sum of RGB (Red+Green+Blue) = 177+17+24=218 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.19% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 177 - color contains mainly: red. Hex color #B11118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11118 is #4EEEE7. Grayscale: #414141. Windows color (decimal): -5172968 or 1577393. OLE color: 1577393.

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

Color convert

RGB1771724-
CMYK00.900.860.31
HSL357.38º82.47%38.04%-
HSV(B)357.38º90.4%69.41%-
XYZ18.59.811.78-
YUV65.64104.51207.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 81.19%
GREEN value IS 17 (7.03% from 255) = 7.80%
BLUE value IS 24 (9.77% from 255) = 11.01%
R=81.19%
G=7.80%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177172400.900.860.31357.3882.4738.04
HexB1111805A561F1655226
Octal261213001321263754512246
Binary101100011000111000010110101010110111111011001011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11118; }

 p { color: rgb(177,17,24); }

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

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

 a { background-color: rgb(177,17,24); }

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

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

 span { border-color: rgb(177,17,24); }

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