#161112

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

Shades of Rustic Red #161112

Tints of Rustic Red #161112

Color information

#161112 (or 0x161112) is unknown color: approx Rustic Red. HEX triplet: 16, 11 and 12. RGB value is (22,17,18). Sum of RGB (Red+Green+Blue) = 22+17+18=57 (7% of max value = 765). Red value is 22 (8.98% from 255 or 38.60% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 22 - color contains mainly: red. Hex color #161112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161112 is #E9EEED. Grayscale: #121212. Windows color (decimal): -15331054 or 1184022. OLE color: 1184022.

HSL color Cylindrical-coordinate representation of color #161112: hue angle of 348º degrees, saturation: 0.13, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #161112 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.91.

Color convert

RGB221718-
CMYK00.230.180.91
HSL348º12.82%7.65%-
HSV(B)348º22.73%8.63%-
XYZ0.640.620.66-
YUV18.61127.66130.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 38.60%
GREEN value IS 17 (7.03% from 255) = 29.82%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=38.60%
G=29.82%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22171800.230.180.9134812.827.65
Hex161112017125B15cd8
Octal262122027221335341510
Binary10110100011001001011110010101101110101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161112; }

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

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

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

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

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

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

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

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