#B11216

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

Shades of Venetian Red #B11216

Tints of Venetian Red #B11216

Color information

#B11216 (or 0xB11216) is unknown color: approx Venetian Red. HEX triplet: B1, 12 and 16. RGB value is (177,18,22). Sum of RGB (Red+Green+Blue) = 177+18+22=217 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.57% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 177 - color contains mainly: red. Hex color #B11216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11216 is #4EEDE9. Grayscale: #424242. Windows color (decimal): -5172714 or 1446577. OLE color: 1446577.

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

Color convert

RGB1771822-
CMYK00.900.880.31
HSL358.49º81.54%38.24%-
HSV(B)358.49º89.83%69.41%-
XYZ18.499.841.68-
YUV66103.18207.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 81.57%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=81.57%
G=8.29%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177182200.900.880.31358.4981.5438.24
HexB1121605A581F1665226
Octal261222601321303754612246
Binary101100011001010110010110101011000111111011001101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11216; }

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

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

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

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

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

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

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

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