#161113

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

Shades of Rustic Red #161113

Tints of Rustic Red #161113

Color information

#161113 (or 0x161113) is unknown color: approx Rustic Red. HEX triplet: 16, 11 and 13. RGB value is (22,17,19). Sum of RGB (Red+Green+Blue) = 22+17+19=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 22 - color contains mainly: red. Hex color #161113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161113 is #E9EEEC. Grayscale: #121212. Windows color (decimal): -15331053 or 1249558. OLE color: 1249558.

HSL color Cylindrical-coordinate representation of color #161113: hue angle of 336º 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 #161113 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.91.

Color convert

RGB221719-
CMYK00.230.140.91
HSL336º12.82%7.65%-
HSV(B)336º22.73%8.63%-
XYZ0.650.620.7-
YUV18.72128.16130.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.93%
GREEN value IS 17 (7.03% from 255) = 29.31%
BLUE value IS 19 (7.81% from 255) = 32.76%
R=37.93%
G=29.31%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22171900.230.140.9133612.827.65
Hex161113017E5B150d8
Octal262123027161335201510
Binary1011010001100110101111110101101110101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161113; }

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

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

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

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

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

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

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

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